Layer 220
KeyboardButton
Bot keyboard button
constructor
keyboardButton#a2fa4880 text:string = KeyboardButton;
Parameters
| Name | Type | Description |
|---|---|---|
| Text | string | Button text |
Returns
KeyboardButtonGogram Example
// Creating KeyboardButton constructor obj := &tg.KeyboardButton{ Text: "...", }