Inherits Object.
Contains one row of the game high score table.
Public Fields | |
int32 | position_ |
Position in the high score table. | |
int53 | user_id_ |
User identifier. | |
int32 | score_ |
User score. | |
Public Instance Methods | |
gameHighScore () | |
gameHighScore (int32 position_, int53 user_id_, int32 score_) | |
void | store (TlStorerToString &s, const char *field_name) const final |
Public Instance Methods inherited from TlObject | |
virtual void | store (TlStorerUnsafe &s) const |
virtual void | store (TlStorerCalcLength &s) const |
TlObject ()=default | |
TlObject (const TlObject &)=delete | |
TlObject & | operator= (const TlObject &)=delete |
TlObject (TlObject &&)=default | |
TlObject & | operator= (TlObject &&)=default |
virtual | ~TlObject ()=default |
Static Public Attributes | |
static const std::int32_t | ID = 342871838 |
Identifier uniquely determining a type of the object. | |
gameHighScore | ( | ) |
Contains one row of the game high score table.
gameHighScore | ( | int32 | position_, |
int53 | user_id_, | ||
int32 | score_ | ||
) |
Contains one row of the game high score table.
[in] | position_ | Position in the high score table. |
[in] | user_id_ | User identifier. |
[in] | score_ | User score. |
|
finalvirtual |