game
Indicates an already sent game
type tg.Game struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
ID | int64 | yes | ID of the game |
AccessHash | int64 | yes | Access hash of the game |
ShortName | string | yes | Short name for the game |
Title | string | yes | Title of the game |
Description | string | yes | Game description |
Photo | PhotoClass | yes | Game preview |
Document | DocumentClass | — | Optional attached document |
References
- Official documentation
- Generated Go reference
- TL definition:
game#bdf9653b