Inherits Object.
Represents a list of users.
Public Fields | |
int32 | total_count_ |
Approximate total number of users found. | |
array< int53 > | user_ids_ |
A list of user identifiers. | |
Public Instance Methods | |
users () | |
users (int32 total_count_, array< int53 > &&user_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 = 171203420 |
Identifier uniquely determining a type of the object. | |
users | ( | ) |
Represents a list of users.
Represents a list of users.
[in] | total_count_ | Approximate total number of users found. |
[in] | user_ids_ | A list of user identifiers. |
|
finalvirtual |