go-telegram-bot-api / telegram-bot-api

Golang bindings for the Telegram Bot API
https://go-telegram-bot-api.dev
MIT License
5.57k stars 862 forks source link

Add support for webhook authentication via `secret_token` #670

Open efulmo opened 11 months ago

efulmo commented 11 months ago

Official documentation for setWebhook method allows to send secret_token that is supposed to be used to authenticate an incoming webhook. Currently this parameter isn't supported by the library at all.

huantt commented 3 months ago

Looks like this project is inactive. I've forked & implemented this option in this repo: https://github.com/huantt/telegram-bot-api