Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Command ¶
type Command interface {
Exec(update *tgbotapi.Update) (tgbotapi.MessageConfig, bool)
}
type CommandCreator ¶
type CommandCreator interface { BotCommand() tgbotapi.BotCommand Create() Command }
Click to show internal directories.
Click to hide internal directories.