PaulSonOfLars / gotgbot

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

Create an UpdateDispatcher interface to decouple Dispatcher and Updater components #120

Closed PaulSonOfLars closed 10 months ago

PaulSonOfLars commented 10 months ago

What

This aims to address #119, allowing users to implement their own dispatchers with their own custom logic

Impact