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#41845db call:InputGroupCall limit:int = phone.GroupCall;
| Name | Type | Description |
|---|---|---|
| call | InputGroupCall | The group call |
| 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. |
Info about a group call or livestream
If the min flag is set, the following fields cannot be applied over a locally cached full groupCall:
can_change_join_mutedcan_change_messages_enabledcreatordefault_send_asinvite_linkjoin_mutedschedule_start_subscribedstream_dc_idunmuted_video_countunmuted_video_limitGet group call participants
Contains info about a group call, and partial info about its participants.