Inherits Object.
Represents a list of chats.
Public Fields | |
int32 | total_count_ |
Approximate total number of chats found. | |
array< int53 > | chat_ids_ |
List of chat identifiers. | |
Public Instance Methods | |
chats () | |
chats (int32 total_count_, array< int53 > &&chat_ids_) | |
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 = 1809654812 |
Identifier uniquely determining a type of the object. | |
chats | ( | ) |
Represents a list of chats.
Represents a list of chats.
[in] | total_count_ | Approximate total number of chats found. |
[in] | chat_ids_ | List of chat identifiers. |
|
finalvirtual |