Get info about a group call and its participants.
phone.groupCall#9e727aad call:GroupCall participants:Vector<GroupCallParticipant> participants_next_offset:string chats:Vector<Chat> users:Vector<User> = phone.GroupCall;
---functions---
phone.getGroupCall#c7cb017 call:InputGroupCall = phone.GroupCall;
| Name | Type | Description |
|---|---|---|
| call | InputGroupCall | Group call of any type to fetch |
| limit | int | Maximum number of participants to return in this call (0 to return a server-defined amount). If the number of returned participants is less than groupCall. participants_count, paginate through the remaining participants using phone.getGroupParticipants, passing to offset the phone.groupCall.participants_next_offset returned by this call. This parameter behaves in a different way compared to the limit of phone.getGroupParticipants, see here » for more info. |
| Code | Type | Description |
|---|---|---|
| 403 | GROUPCALL_FORBIDDEN | The group call has already ended. |
| 400 | GROUPCALL_INVALID | The specified group call is invalid. |
Describes a group call.
Get group call participants.
Contains group call information and an initial participant page, see getting info about a group call ».