PaulSonOfLars / gotgbot

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

Add new stateful client example #122

Closed PaulSonOfLars closed 9 months ago

PaulSonOfLars commented 9 months ago

What

Add a new stateful client bot to demonstrate how a client struct can be used to pass around shared data (eg database clients, redis clients, shared in memory storage, etc)

Impact