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::updateNewGuestQuery Class Referencefinal

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

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

Public Member Functions

 updateNewGuestQuery ()
 
 updateNewGuestQuery (int64 id_, object_ptr< message > &&message_, array< object_ptr< message > > &&reference_messages_)
 
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_
 Unique query identifier.
 
object_ptr< messagemessage_
 The message with the query.
 
array< object_ptr< message > > reference_messages_
 The list of reference messages.
 

Static Public Attributes

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

Detailed Description

A new incoming guest query; for bots only.

Definition at line 82753 of file td_api.h.

Constructor & Destructor Documentation

◆ updateNewGuestQuery() [1/2]

td::td_api::updateNewGuestQuery::updateNewGuestQuery ( )

A new incoming guest query; for bots only.

◆ updateNewGuestQuery() [2/2]

td::td_api::updateNewGuestQuery::updateNewGuestQuery ( int64  id_,
object_ptr< message > &&  message_,
array< object_ptr< message > > &&  reference_messages_ 
)

A new incoming guest query; for bots only.

Parameters
[in]id_Unique query identifier.
[in]message_The message with the query.
[in]reference_messages_The list of reference messages.

Member Function Documentation

◆ store()

void td::td_api::updateNewGuestQuery::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

◆ ID

const std::int32_t td::td_api::updateNewGuestQuery::ID = 1489540905
static

Identifier uniquely determining a type of the object.

Definition at line 82785 of file td_api.h.

◆ id_

int64 td::td_api::updateNewGuestQuery::id_

Unique query identifier.

Definition at line 82764 of file td_api.h.

◆ message_

object_ptr<message> td::td_api::updateNewGuestQuery::message_

The message with the query.

Definition at line 82766 of file td_api.h.

◆ reference_messages_

array<object_ptr<message> > td::td_api::updateNewGuestQuery::reference_messages_

The list of reference messages.

Definition at line 82768 of file td_api.h.


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