PaulSonOfLars / gotgbot

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

Pass data to ProcessUpdate and NewContext #28

Closed PaulSonOfLars closed 3 years ago

PaulSonOfLars commented 3 years ago

What

This PR adds support for passing custom data to ProcessUpdate and NewContext. This makes it possible to generate updates with custom data programatically, and have those updates processed by the bot like any regular update would be

Impact