phone.getGroupCall

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;

Parameters

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.

Result

phone.GroupCall

Only users can use this method

Possible errors

Code Type Description
403 GROUPCALL_FORBIDDEN The group call has already ended.
400 GROUPCALL_INVALID The specified group call is invalid.

Related pages

groupCall

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_muted
  • can_change_messages_enabled
  • creator
  • default_send_as
  • invite_link
  • join_muted
  • schedule_start_subscribed
  • stream_dc_id
  • unmuted_video_count
  • unmuted_video_limit

phone.getGroupParticipants

Get group call participants

phone.groupCall

Contains info about a group call, and partial info about its participants.

Group calls