telegram-bot-api icon indicating copy to clipboard operation
telegram-bot-api copied to clipboard

Add secret token to webhook config

Open seppo0010 opened this issue 2 years ago • 2 comments

seppo0010 avatar Jan 28 '23 15:01 seppo0010

I also added an issue for this - #670

efulmo avatar Jul 22 '23 09:07 efulmo

@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
}

noilpa avatar Feb 14 '24 17:02 noilpa