go-telegram-bot-api / telegram-bot-api

Golang bindings for the Telegram Bot API
https://go-telegram-bot-api.dev
MIT License
5.62k stars 868 forks source link

Cannot respond to a message sent through Telegram channel #580

Open nevzatseferoglu opened 1 year ago

nevzatseferoglu commented 1 year ago

Getting starting code snippet given at https://go-telegram-bot-api.dev/ does not work for the bots which are added to Telegram channel as an admin. Successful request is being able to make to Telegram and I can see the credentials of the bot user in the panel since debug is enable. Although bot works properly, it cannot respond back to Telegram channel.

BruAPAHE commented 1 year ago

I have some problem :(