Contains a page of group call participants, see getting info about a group call ».
phone.groupParticipants#f47751b6 count:int participants:Vector<GroupCallParticipant> next_offset:string chats:Vector<Chat> users:Vector<User> version:int = phone.GroupParticipants;
| Name | Type | Description |
|---|---|---|
| count | int | Number of participants |
| participants | Vector<GroupCallParticipant> | List of participants |
| next_offset | string | If not empty, the specified list of participants is partial, and more participants can be fetched specifying this parameter as offset in phone.getGroupParticipants. |
| chats | Vector<Chat> | Mentioned chats |
| users | Vector<User> | Mentioned users |
| version | int | Current participant-list version, used to apply and detect gaps in versioned updateGroupCallParticipants updates |
Get group call participants.
The participant list of a group call has changed.
How to start, join and manage group calls and video chats.