Get info about a group call and its participants.
Method schema is available as of layer 131. Switch »
| 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 ».