Layer 224
KeyboardButtonObj
Bot keyboard button
constructor
keyboardButton#7d170cff flags:# style:flags.10?KeyboardButtonStyle text:string = KeyboardButton;
Parameters
| Name | Type | Description |
|---|---|---|
| Style | flags.10?KeyboardButtonStyle | |
| Text | string | Button text |
Returns
KeyboardButtonGogram Example
// Creating KeyboardButtonObj constructor obj := &tg.KeyboardButtonObj{ Text: "Hello, World!", // Optional fields: // Style: &tg.KeyboardButtonStyle{}, }