PaulSonOfLars / gotgbot

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

Expose http handler #124

Closed PaulSonOfLars closed 9 months ago

PaulSonOfLars commented 9 months ago

What

Expose a way to use the updater's webhook functionality on a user provided server

Plus, add it to an existing example.

Impact