phone.groupParticipants

Contains a page of group call participants, see getting info about a group call ».

phone.groupParticipants#9cfeb92d count:int participants:Vector<GroupCallParticipant> next_offset:string users:Vector<User> version:int = phone.GroupParticipants;

Parameters

Name Type Description
count int Number of participants
participants Vector<GroupCallParticipant> List of participants
next_offset string If not empty, the specified list of participants is partial, and more participants can be fetched specifying this parameter as offset in phone.getGroupParticipants.
chats Vector<Chat> Mentioned chats
users Vector<User> Mentioned users
version int Current participant-list version, used to apply and detect gaps in versioned updateGroupCallParticipants updates

Type

phone.GroupParticipants

Related pages

phone.getGroupParticipants

Get group call participants.

updateGroupCallParticipants

The participant list of a group call has changed.

Group calls

How to start, join and manage group calls and video chats.