Layer 220
KeyboardButtonGame
Button to start a game
constructor
keyboardButtonGame#50f41ccf text:string = KeyboardButton;
Parameters
| Name | Type | Description |
|---|---|---|
| Text | string | Button text |
Returns
KeyboardButtonGogram Example
// Creating KeyboardButtonGame constructor obj := &tg.KeyboardButtonGame{ Text: "...", }