List of all members | Public Fields | Public Instance Methods | Static Public Attributes
chats Class Referencefinal

Inherits Object.

Description

Represents a list of chats.

Public Fields

int32 total_count_
 Approximate total count of chats found.
 
array< int53chat_ids_
 List of chat identifiers.
 

Public Instance Methods

 chats ()
 
 chats (int32 total_count_, array< int53 > &&chat_ids_)
 
std::int32_t get_id () const final
 
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
 
TlObjectoperator= (const TlObject &)=delete
 
 TlObject (TlObject &&)=default
 
TlObjectoperator= (TlObject &&)=default
 
virtual ~TlObject ()=default
 

Static Public Attributes

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

Constructor & Destructor Documentation

◆ chats() [1/2]

chats ( )

Represents a list of chats.

◆ chats() [2/2]

chats ( int32  total_count_,
array< int53 > &&  chat_ids_ 
)

Represents a list of chats.

Parameters
[in]total_count_Approximate total count of chats found.
[in]chat_ids_List of chat identifiers.

Method Documentation

◆ get_id()

std::int32_t get_id ( ) const
inlinefinalvirtual

Returns identifier uniquely determining a type of the object.

Returns
this->ID.

Implements TlObject.

◆ store()

void 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 TlObject.


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