List of all members | Public Fields | Public Instance Methods | Static Public Attributes
messageGameScore Class Referencefinal

Inherits MessageContent.

Description

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_)
 
std::int32_t get_id () const final
 
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
 
TlObjectoperator= (const TlObject &)=delete
 
 TlObject (TlObject &&)=default
 
TlObjectoperator= (TlObject &&)=default
 
virtual ~TlObject ()=default
 

Static Public Attributes

static const std::int32_t ID = 1344904575
 Identifier uniquely determining a type of the object.
 

Constructor & Destructor Documentation

◆ messageGameScore() [1/2]

A new high score was achieved in a game.

◆ messageGameScore() [2/2]

messageGameScore ( int53  game_message_id_,
int64  game_id_,
int32  score_ 
)

A new high score was achieved in a game.

Parameters
[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.

Method Documentation

◆ get_id()

std::int32_t get_id ( ) const
inlinefinalvirtual

Returns identifier uniquely determining a type of the object.

Returns
this->ID.

Implements TlObject.

◆ store()

void 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]sStorer to which object string representation will be appended.
[in]field_nameObject field_name if applicable.

Implements TlObject.


The documentation for this class was generated from the following file: