TDLib v0.0.2 TDLib.Object.Game View Source

Describes a game.

NameTypeDescription
idstringGame ID.
short_namestringGame short name. To share a game use the URL https://t.me/{bot_username}?game={game_short_name}.
titlestringGame title.
textformattedTextGame text, usually containing scoreboards for a game.
descriptionstringGame description.
photophotoGame photo.
animationanimationGame animation; may be null.

More details on telegram’s documentation.