#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| static const std::int32_t | ID = -687670874 |
| | Identifier uniquely determining a type of the object.
|
| |
A new incoming query; for bots only.
Definition at line 82921 of file td_api.h.
◆ updateNewCustomQuery() [1/2]
| td::td_api::updateNewCustomQuery::updateNewCustomQuery |
( |
| ) |
|
A new incoming query; for bots only.
◆ updateNewCustomQuery() [2/2]
| td::td_api::updateNewCustomQuery::updateNewCustomQuery |
( |
int64 |
id_, |
|
|
string const & |
data_, |
|
|
int32 |
timeout_ |
|
) |
| |
A new incoming query; for bots only.
- Parameters
-
| [in] | id_ | The query identifier. |
| [in] | data_ | JSON-serialized query data. |
| [in] | timeout_ | Query timeout. |
◆ store()
| void td::td_api::updateNewCustomQuery::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.
◆ data_
| string td::td_api::updateNewCustomQuery::data_ |
JSON-serialized query data.
Definition at line 82934 of file td_api.h.
◆ ID
| const std::int32_t td::td_api::updateNewCustomQuery::ID = -687670874 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 82953 of file td_api.h.
◆ id_
| int64 td::td_api::updateNewCustomQuery::id_ |
◆ timeout_
| int32 td::td_api::updateNewCustomQuery::timeout_ |
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