Documentation
¶
Index ¶
- type CommandData
- type Commander
- func (c *Commander) Default(message *tgbotapi.Message)
- func (c *Commander) Get(message *tgbotapi.Message)
- func (c *Commander) HandleUpdate(update tgbotapi.Update)
- func (c *Commander) Help(message *tgbotapi.Message)
- func (c *Commander) List(message *tgbotapi.Message)
- func (c *Commander) Love(message *tgbotapi.Message)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandData ¶
type CommandData struct {
Offset int `json:"offset"`
}
type Commander ¶
type Commander struct {
// contains filtered or unexported fields
}
func NewCommander ¶
func (*Commander) HandleUpdate ¶
Click to show internal directories.
Click to hide internal directories.