#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| static const std::int32_t | ID = -1293603521 |
| | Identifier uniquely determining a type of the object.
|
| |
Answers a custom query; for bots only.
Returns object_ptr<Ok>.
Definition at line 89559 of file td_api.h.
◆ ReturnType
Typedef for the type returned by the function.
Definition at line 89595 of file td_api.h.
◆ answerCustomQuery() [1/2]
| td::td_api::answerCustomQuery::answerCustomQuery |
( |
| ) |
|
Default constructor for a function, which answers a custom query; for bots only.
Returns object_ptr<Ok>.
◆ answerCustomQuery() [2/2]
| td::td_api::answerCustomQuery::answerCustomQuery |
( |
int64 |
custom_query_id_, |
|
|
string const & |
data_ |
|
) |
| |
Creates a function, which answers a custom query; for bots only.
Returns object_ptr<Ok>.
- Parameters
-
| [in] | custom_query_id_ | Identifier of a custom query. |
| [in] | data_ | JSON-serialized answer to the query. |
◆ store()
| void td::td_api::answerCustomQuery::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.
◆ custom_query_id_
| int64 td::td_api::answerCustomQuery::custom_query_id_ |
Identifier of a custom query.
Definition at line 89570 of file td_api.h.
◆ data_
| string td::td_api::answerCustomQuery::data_ |
JSON-serialized answer to the query.
Definition at line 89572 of file td_api.h.
◆ ID
| const std::int32_t td::td_api::answerCustomQuery::ID = -1293603521 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 89592 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