Documentation
¶
Index ¶
Constants ¶
View Source
const ( // MethodGET is HTTP request method GET MethodGET = "GET" // MethodPOST is HTTP request method POST MethodPOST = "POST" // MethodPUT is HTTP request method PUT MethodPUT = "PUT" // MethodDELETE is HTTP request method DELETE MethodDELETE = "DELETE" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bot ¶
type Bot struct {
// contains filtered or unexported fields
}
Bot represent the Telegram bot
func (*Bot) PrepareWebhook ¶
PrepareWebhook do prepare webhook context
Click to show internal directories.
Click to hide internal directories.