Documentation
¶
Index ¶
- type Keyboard
- func (k *Keyboard) Compile() (markup *tlg.InlineKeyboardMarkup, err error)
- func (k *Keyboard) SetCallbackData(i, j int, callbackData string) (err error)
- func (k *Keyboard) SetPayButton(i, j int, pay bool) (err error)
- func (k *Keyboard) SetUrl(i, j int, url string) (err error)
- func (k *Keyboard) SetWebApp(i, j int, url string) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Keyboard ¶
type Keyboard struct {
// contains filtered or unexported fields
}
func NewKeyboard ¶
func (*Keyboard) Compile ¶
func (k *Keyboard) Compile() (markup *tlg.InlineKeyboardMarkup, err error)
func (*Keyboard) SetCallbackData ¶
Click to show internal directories.
Click to hide internal directories.