phone.getGroupCall

Get info about a group call and its participants.

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;

Parameters

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.

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

Describes a group call.

phone.getGroupParticipants

Get group call participants.

phone.groupCall

Contains group call information and an initial participant page, see getting info about a group call ».

Group calls