#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| static const std::int32_t | ID = -1565597752 |
| | Identifier uniquely determining a type of the object.
|
| |
Describes a game. Use getInternalLink with internalLinkTypeGame to share the game.
Definition at line 22675 of file td_api.h.
◆ game() [1/2]
| td::td_api::game::game |
( |
| ) |
|
◆ game() [2/2]
Describes a game. Use getInternalLink with internalLinkTypeGame to share the game.
- Parameters
-
| [in] | id_ | Unique game identifier. |
| [in] | short_name_ | Game short name. |
| [in] | title_ | Game title. |
| [in] | text_ | Game text, usually containing scoreboards for a game. |
| [in] | description_ | Game description. |
| [in] | photo_ | Game photo. |
| [in] | animation_ | Game animation; may be null. |
◆ store()
| void td::td_api::game::store |
( |
TlStorerToString & |
s, |
|
|
const char * |
field_name |
|
) |
| const |
|
finalvirtual |
Helper function for to_string method. Appends string representation of the object to the storer.
- Parameters
-
| [in] | s | Storer to which object string representation will be appended. |
| [in] | field_name | Object field_name if applicable. |
Implements td::TlObject.
◆ animation_
Game animation; may be null.
Definition at line 22698 of file td_api.h.
◆ description_
| string td::td_api::game::description_ |
◆ ID
| const std::int32_t td::td_api::game::ID = -1565597752 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 22719 of file td_api.h.
◆ id_
| int64 td::td_api::game::id_ |
Unique game identifier.
Definition at line 22686 of file td_api.h.
◆ photo_
◆ short_name_
| string td::td_api::game::short_name_ |
◆ text_
Game text, usually containing scoreboards for a game.
Definition at line 22692 of file td_api.h.
◆ title_
| string td::td_api::game::title_ |
The documentation for this class was generated from the following file:
- /home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h