Layer 227
KeyboardButtonObj
Bot keyboard button
constructor
keyboardButton#7d170cff flags:# style:flags.10?KeyboardButtonStyle text:string = KeyboardButton;
Parameters
| Name | Type | Description |
|---|---|---|
| Style | flags .10? KeyboardButtonStyle | Button style, see here for more info on button styles. |
| Text | string | Button text |
Returns
KeyboardButtonGogram Example
// Creating KeyboardButtonObj constructor obj := &tg.KeyboardButtonObj{ Style: nil, Text: "Hello, World!", }