Inherits Function.
Returns the high scores for a game and some part of the high score table in the range of the specified user; for bots only.
Returns object_ptr<GameHighScores>.
Public Fields | |
int53 | chat_id_ |
The chat that contains the message with the game. | |
int53 | message_id_ |
Identifier of the message. | |
int53 | user_id_ |
User identifier. | |
Public Types | |
using | ReturnType = object_ptr< gameHighScores > |
Typedef for the type returned by the function. | |
Public Instance Methods | |
getGameHighScores () | |
getGameHighScores (int53 chat_id_, int53 message_id_, int53 user_id_) | |
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 = 15746459 |
Identifier uniquely determining a type of the object. | |
Default constructor for a function, which returns the high scores for a game and some part of the high score table in the range of the specified user; for bots only.
Returns object_ptr<GameHighScores>.
getGameHighScores | ( | int53 | chat_id_, |
int53 | message_id_, | ||
int53 | user_id_ | ||
) |
Creates a function, which returns the high scores for a game and some part of the high score table in the range of the specified user; for bots only.
Returns object_ptr<GameHighScores>.
[in] | chat_id_ | The chat that contains the message with the game. |
[in] | message_id_ | Identifier of the message. |
[in] | user_id_ | User identifier. |
|
finalvirtual |