Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Keyboard ¶
type Keyboard interface { // KeyboardType defines keyboard type KeyboardType() KeyboardType }
Keyboard defines keyboard
type KeyboardType ¶
type KeyboardType int
KeyboardType defines keyboard type
const ( // KeyboardTypeNone for no keyboard // Used by: Telegram KeyboardTypeNone KeyboardType = iota // KeyboardTypeHide commands to hide keyboard // Used by: Telegram KeyboardTypeHide // KeyboardTypeInline for inline keyboard // Used by: Telegram KeyboardTypeInline // KeyboardTypeBottom for bottom keyboard // Used by: Telegram KeyboardTypeBottom // KeyboardTypeForceReply to force reply from a user // Used by: Telegram KeyboardTypeForceReply )
Click to show internal directories.
Click to hide internal directories.