Inherits MessageContent.
A new high score was achieved in a game.
Public Fields | |
int53 | game_message_id_ |
Identifier of the message with the game, can be an identifier of a deleted message. | |
int64 | game_id_ |
Identifier of the game; may be different from the games presented in the message with the game. | |
int32 | score_ |
New score. | |
Public Instance Methods | |
messageGameScore () | |
messageGameScore (int53 game_message_id_, int64 game_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 = 1344904575 |
Identifier uniquely determining a type of the object. | |
messageGameScore | ( | ) |
A new high score was achieved in a game.
messageGameScore | ( | int53 | game_message_id_, |
int64 | game_id_, | ||
int32 | score_ | ||
) |
A new high score was achieved in a game.
[in] | game_message_id_ | Identifier of the message with the game, can be an identifier of a deleted message. |
[in] | game_id_ | Identifier of the game; may be different from the games presented in the message with the game. |
[in] | score_ | New score. |
|
finalvirtual |