PaulSonOfLars / gotgbot

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

Make the Updater's multibot state thread safe #98

Closed PaulSonOfLars closed 1 year ago

PaulSonOfLars commented 1 year ago

What

This PR makes it possible to add/remove bots to the Updater on the fly, rather than the previous option which only allowed for adding bots, without being able to remove them.

Impact