Constructor: inputBotInlineResultGame
Game
Attributes:
| Name | Type | Required | Description | 
|---|---|---|---|
| id | string | Yes | Result ID | 
| short_name | string | Yes | Game short name | 
| send_message | InputBotInlineMessage | Yes | Message to send when the result is selected | 
Type: InputBotInlineResult
Example:
 $inputBotInlineResultGame = ['_' => 'inputBotInlineResultGame', 'id' => 'string', 'short_name' => 'string', 'send_message' => InputBotInlineMessage];