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

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

Add secret token to webhook config #629

Open seppo0010 opened 1 year ago

efulmo commented 11 months ago

I also added an issue for this - #670

noilpa commented 4 months ago

@ivashyst how about merge?

Or make public methods in Chattable interface so all can create their own structures.

type Chattable interface {
    params() (Params, error)
    method() string
}