how to stop auto play in telegram?
Asked Answered
C

0

6

I've developed a Telegram bot. the bot sends some audio files Continuously. hence, when I play the last audio file, the previous audio files before the last audio file will be played automatically. how can I disable autoplay in telegram? I want to play each audio file based on user selection.

Commencement answered 12/7, 2019 at 20:9 Comment(2)
I have exactly the same problem. How did you solve it?Balladeer
Sadly this is currently impossible. What you can do is make sure to have only 1 "active" voice message in the chat, by always deleting the previous one. It's a little messy, but it works.Bifarious

© 2022 - 2024 — McMap. All rights reserved.