Get info about a group call
phone.groupCall#66ab0bfc call:GroupCall participants:Vector<GroupCallParticipant> participants_next_offset:string users:Vector<User> = phone.GroupCall;
---functions---
phone.getGroupCall#c7cb017 call:InputGroupCall = phone.GroupCall;
| Name | Type | Description |
|---|---|---|
| call | InputGroupCall | The group call |
| limit | int | Maximum number of results to return, see pagination |
| Code | Type | Description |
|---|---|---|
| 403 | GROUPCALL_FORBIDDEN | The group call has already ended. |
| 400 | GROUPCALL_INVALID | The specified group call is invalid. |
How to fetch results from large lists of objects.