PaulSonOfLars / gotgbot

Autogenerated Go wrapper for the telegram API. Inspired by the python-telegram-bot library.
MIT License
511 stars 119 forks source link

Extend ext.Context to store bot information #198

Closed PaulSonOfLars closed 1 week ago

PaulSonOfLars commented 1 month ago

What

Extend the ext.Context to store the ID of the bot that received this update. This then allows for using the bot's ID in the conversation handler key strategy.

Impact