PaulSonOfLars / gotgbot

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

Handle secret token logic in webhooks. #57

Closed PaulSonOfLars closed 2 years ago

PaulSonOfLars commented 2 years ago

What

Make sure to handle the secret token set by telegram in webhook headers. Also, add an example bot which uses webhooks to receive updates.

Impact