go-telegram / bot

Telegram Bot API Go framework
MIT License
502 stars 46 forks source link

Feature: Ability to verify webhook secret token inside the bot program #95

Closed dharsanb closed 4 days ago

dharsanb commented 2 weeks ago

https://github.com/go-telegram/bot/issues/91

negasus commented 1 week ago

Can yout add test for wrong webhook header?

dharsanb commented 1 week ago

Hey, Do the above tests look fine? If so you can go ahead and merge the same.

dharsanb commented 6 days ago

@negasus , Can you please let me know if the above code and tests are fine. Thank you.