Inherits Object.
Contains identifiers of group call participants.
| Public Fields | |
| int32 | total_count_ | 
| Total number of group call participants. | |
| array< object_ptr< MessageSender > > | participant_ids_ | 
| Identifiers of the participants. | |
| Public Instance Methods | |
| groupCallParticipants () | |
| groupCallParticipants (int32 total_count_, array< object_ptr< MessageSender >> &&participant_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 = -1042491570 | 
| Identifier uniquely determining a type of the object. | |
Contains identifiers of group call participants.
| groupCallParticipants | ( | int32 | total_count_, | 
| array< object_ptr< MessageSender >> && | participant_ids_ | ||
| ) | 
Contains identifiers of group call participants.
| [in] | total_count_ | Total number of group call participants. | 
| [in] | participant_ids_ | Identifiers of the participants. | 
| 
 | finalvirtual |