TDLib v0.0.2 TDLib.Object.Game View Source
Describes a game.
| Name | Type | Description |
|---|---|---|
| id | string | Game ID. |
| short_name | string | Game short name. To share a game use the URL https://t.me/{bot_username}?game={game_short_name}. |
| title | string | Game title. |
| text | formattedText | Game text, usually containing scoreboards for a game. |
| description | string | Game description. |
| photo | photo | Game photo. |
| animation | animation | Game animation; may be null. |
More details on telegram’s documentation.