#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| static const std::int32_t | ID = 342871838 |
| | Identifier uniquely determining a type of the object.
|
| |
Contains one row of the game high score table.
Definition at line 22732 of file td_api.h.
◆ gameHighScore() [1/2]
| td::td_api::gameHighScore::gameHighScore |
( |
| ) |
|
Contains one row of the game high score table.
◆ gameHighScore() [2/2]
| td::td_api::gameHighScore::gameHighScore |
( |
int32 |
position_, |
|
|
int53 |
user_id_, |
|
|
int32 |
score_ |
|
) |
| |
Contains one row of the game high score table.
- Parameters
-
| [in] | position_ | Position in the high score table. |
| [in] | user_id_ | User identifier. |
| [in] | score_ | User score. |
◆ store()
| void td::td_api::gameHighScore::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.
◆ ID
| const std::int32_t td::td_api::gameHighScore::ID = 342871838 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 22764 of file td_api.h.
◆ position_
| int32 td::td_api::gameHighScore::position_ |
Position in the high score table.
Definition at line 22743 of file td_api.h.
◆ score_
| int32 td::td_api::gameHighScore::score_ |
◆ user_id_
| int53 td::td_api::gameHighScore::user_id_ |
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