Inherits Function.
Returns game high scores and some part of the high score table in the range of the specified user; for bots only.
Returns object_ptr<GameHighScores>.
Public Fields | |
| string | inline_message_id_ |
| Inline message identifier. | |
| int53 | user_id_ |
| User identifier. | |
Public Types | |
| using | ReturnType = object_ptr< gameHighScores > |
| Typedef for the type returned by the function. | |
Public Instance Methods | |
| getInlineGameHighScores () | |
| getInlineGameHighScores (string const &inline_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 = -533107798 |
| Identifier uniquely determining a type of the object. | |
Default constructor for a function, which returns game high scores and some part of the high score table in the range of the specified user; for bots only.
Returns object_ptr<GameHighScores>.
| getInlineGameHighScores | ( | string const & | inline_message_id_, |
| int53 | user_id_ | ||
| ) |
Creates a function, which returns game high scores and some part of the high score table in the range of the specified user; for bots only.
Returns object_ptr<GameHighScores>.
| [in] | inline_message_id_ | Inline message identifier. |
| [in] | user_id_ | User identifier. |
|
finalvirtual |