Inherits Object.
Contains a list of bot commands.
Public Fields | |
int53 | bot_user_id_ |
Bot's user identifier. | |
array< object_ptr< botCommand > > | commands_ |
List of bot commands. | |
Public Instance Methods | |
botCommands () | |
botCommands (int53 bot_user_id_, array< object_ptr< botCommand >> &&commands_) | |
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 = 1741364468 |
Identifier uniquely determining a type of the object. | |
botCommands | ( | ) |
Contains a list of bot commands.
botCommands | ( | int53 | bot_user_id_, |
array< object_ptr< botCommand >> && | commands_ | ||
) |
Contains a list of bot commands.
[in] | bot_user_id_ | Bot's user identifier. |
[in] | commands_ | List of bot commands. |
|
finalvirtual |