Contains group call information and an initial participant page, see getting info about a group call ».
phone.groupCall#66ab0bfc call:GroupCall participants:Vector<GroupCallParticipant> participants_next_offset:string users:Vector<User> = phone.GroupCall;
| Name | Type | Description |
|---|---|---|
| call | GroupCall | Info about the group call |
| participants | Vector<GroupCallParticipant> | A partial list of participants. |
| participants_next_offset | string | Next offset to use when fetching the remaining participants using phone.getGroupParticipants |
| chats | Vector<Chat> | Chats mentioned in the participants vector |
| users | Vector<User> | Users mentioned in the participants vector |
Get group call participants.
How to start, join and manage group calls and video chats.