tucnak / telebot

Telebot is a Telegram bot framework in Go.
MIT License
4.06k stars 470 forks source link

voice support? #422

Closed alextwothousand closed 3 years ago

alextwothousand commented 3 years ago

Is there any plan for voice support to be added to this library? Considering there are now group calls, it would be absolutely fantastic if we could play audio through a bot written with this.

pytgcalls could be used as a reference: https://github.com/pytgcalls/pytgcalls

demget commented 3 years ago

It's impossible for non-user bots to interact with voice chats.