#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| static const std::int32_t | ID = -1032140601 |
| | Identifier uniquely determining a type of the object.
|
| |
Represents a command supported by a bot.
Definition at line 4249 of file td_api.h.
◆ botCommand() [1/2]
| td::td_api::botCommand::botCommand |
( |
| ) |
|
Represents a command supported by a bot.
◆ botCommand() [2/2]
| td::td_api::botCommand::botCommand |
( |
string const & |
command_, |
|
|
string const & |
description_ |
|
) |
| |
Represents a command supported by a bot.
- Parameters
-
| [in] | command_ | Text of the bot command. |
| [in] | description_ | Description of the bot command. |
◆ store()
| void td::td_api::botCommand::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] | s | Storer to which object string representation will be appended. |
| [in] | field_name | Object field_name if applicable. |
Implements td::TlObject.
◆ command_
| string td::td_api::botCommand::command_ |
Text of the bot command.
Definition at line 4260 of file td_api.h.
◆ description_
| string td::td_api::botCommand::description_ |
Description of the bot command.
Definition at line 4262 of file td_api.h.
◆ ID
| const std::int32_t td::td_api::botCommand::ID = -1032140601 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 4278 of file td_api.h.
The documentation for this class was generated from the following file:
- /home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h