phone.getGroupCall

Get info about a group call

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 results to return, see pagination

Result

phone.GroupCall

Related pages

Pagination in the API

How to fetch results from large lists of objects.