Constructor: keyboardButtonGame
Button to start a game
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| style | KeyboardButtonStyle | Optional | |
| text | string | Yes | Button text |
Type: KeyboardButton
Example:
$keyboardButtonGame = ['_' => 'keyboardButtonGame', 'style' => KeyboardButtonStyle, 'text' => 'string'];