go-telegram / bot

Telegram Bot API Go framework
MIT License
507 stars 46 forks source link

Get access to the getupdates chan #50

Closed Izumra closed 6 months ago

Izumra commented 6 months ago

Hello everyone! How i can get access to the getupdates chan. I want to handle sequence of actions by bot user, after certain action by user. Can you give me advise about it

negasus commented 6 months ago

Hi. You can use default handler for get all bot updates.

Izumra commented 6 months ago

Thanks a lot!