telegram-bot
telegram-bot copied to clipboard
[question] voice message
How can I let the bot send a voice message?
If I send it form my phone its a .ogg file that plays inside telegram app. but if I send the same file form the bot with send_audio() then it sends it just like a file that needs to be opened with another app on mobile.
I saw other bots send voice message (not telegram API bots )
This is a tg-cli problem. It doesn't work with the newest version of tg-cli. I have an old version of tg-cli (v1.1.1). With this version you can send audio files (.ogg, .mp3) as voice message. If you want, I can upload it.