PaulSonOfLars / gotgbot

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

MultiUpdater support #67

Closed PaulSonOfLars closed 1 year ago

PaulSonOfLars commented 1 year ago

What

This PR outlines some possible additions to the updater to support running multiple bots at once on the same updater.

This would allow users to easily run multiple bots with the same codebase, as the same program, but with different names.

Impact