View Source ExTDLib.Object.Game (ExTDLib v0.0.4)
Describes a game. Use getInternalLink with internalLinkTypeGame to share the game.
| Name | Type | Description |
|---|---|---|
| id | string | Unique game identifier. |
| short_name | string | 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.