telegram-bot-api
                                
                                 telegram-bot-api copied to clipboard
                                
                                    telegram-bot-api copied to clipboard
                            
                            
                            
                        Add secret token to webhook config
I also added an issue for this - #670
@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
}