Layer 220
constructor
keyboardButtonGame#50f41ccf text:string = KeyboardButton;

Parameters

Name Type Description
Text string Button text

Returns

KeyboardButton

Gogram Example

// Creating KeyboardButtonGame constructor
obj := &tg.KeyboardButtonGame{
    Text: "...",
}