PaulSonOfLars / gotgbot

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

Move token up to the bot struct rather than the client #111

Closed PaulSonOfLars closed 1 year ago

PaulSonOfLars commented 1 year ago

What

Move the bot Token up to the bot struct rather than the bot client

Impact