PaulSonOfLars / gotgbot

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

Expose custom KeyStrategy functions #166

Closed PaulSonOfLars closed 3 months ago

PaulSonOfLars commented 3 months ago

What

Add custom KeyStrategy methods to allow for users to customise their key strategy in more depth. This would allow users to pass in their own methods to fetch data from DBs etc.

Impact