tdlib-obf API
Reference documentation for the public tdlib-obf API, generated from TDLib schemas and public headers
Loading...
Searching...
No Matches
td::td_api::updateNewCustomQuery Class Referencefinal

#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>

Inheritance diagram for td::td_api::updateNewCustomQuery:
td::td_api::Update td::td_api::Object td::TlObject

Public Member Functions

 updateNewCustomQuery ()
 
 updateNewCustomQuery (int64 id_, string const &data_, int32 timeout_)
 
void store (TlStorerToString &s, const char *field_name) const final
 
- Public Member Functions inherited from td::TlObject
virtual void store (TlStorerUnsafe &s) const
 
virtual void store (TlStorerCalcLength &s) const
 
 TlObject ()=default
 
 TlObject (const TlObject &)=delete
 
TlObjectoperator= (const TlObject &)=delete
 
 TlObject (TlObject &&)=default
 
TlObjectoperator= (TlObject &&)=default
 
virtual ~TlObject ()=default
 

Public Attributes

int64 id_
 The query identifier.
 
string data_
 JSON-serialized query data.
 
int32 timeout_
 Query timeout.
 

Static Public Attributes

static const std::int32_t ID = -687670874
 Identifier uniquely determining a type of the object.
 

Detailed Description

A new incoming query; for bots only.

Definition at line 82921 of file td_api.h.

Constructor & Destructor Documentation

◆ 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.

Member Function Documentation

◆ 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]sStorer to which object string representation will be appended.
[in]field_nameObject field_name if applicable.

Implements td::TlObject.

Member Data Documentation

◆ 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_

The query identifier.

Definition at line 82932 of file td_api.h.

◆ timeout_

int32 td::td_api::updateNewCustomQuery::timeout_

Query timeout.

Definition at line 82936 of file td_api.h.


The documentation for this class was generated from the following file: