TDLib v0.0.1 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.
textstringGame text, usually containing scoreboards for a game.
text_entitiestextEntity[]Entities contained in the text.
descriptionstringGame description.
photophotoGame photo.
animationanimationGame animation; may be null.

More details on telegram’s documentation.