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