Inherits Update.
A new incoming query; for bots only.
Public Fields | |
int64 | id_ |
The query identifier. | |
string | data_ |
JSON-serialized query data. | |
int32 | timeout_ |
Query timeout. | |
Public Instance Methods | |
updateNewCustomQuery () | |
updateNewCustomQuery (int64 id_, string const &data_, int32 timeout_) | |
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 = -687670874 |
Identifier uniquely determining a type of the object. | |
A new incoming query; for bots only.
updateNewCustomQuery | ( | int64 | id_, |
string const & | data_, | ||
int32 | timeout_ | ||
) |
A new incoming query; for bots only.
[in] | id_ | The query identifier. |
[in] | data_ | JSON-serialized query data. |
[in] | timeout_ | Query timeout. |
|
finalvirtual |