Inherits Object.
Represents a list of message senders.
Public Fields | |
int32 | total_count_ |
Approximate total number of messages senders found. | |
array< object_ptr< MessageSender > > | senders_ |
List of message senders. | |
Public Instance Methods | |
messageSenders () | |
messageSenders (int32 total_count_, array< object_ptr< MessageSender >> &&senders_) | |
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 = -690158467 |
Identifier uniquely determining a type of the object. | |
messageSenders | ( | ) |
Represents a list of message senders.
messageSenders | ( | int32 | total_count_, |
array< object_ptr< MessageSender >> && | senders_ | ||
) |
Represents a list of message senders.
[in] | total_count_ | Approximate total number of messages senders found. |
[in] | senders_ | List of message senders. |
|
finalvirtual |