Link Search Menu Expand Document

Constructor: phone.groupParticipants

Back to constructors index

Info about the participants of a group call or livestream

Attributes:

NameTypeRequiredDescription
countintYesNumber of participants
participantsArray of GroupCallParticipantYesList of participants
next_offsetstringYesIf not empty, the specified list of participants is partial, and more participants can be fetched specifying this parameter as offset in phone.getGroupParticipants.
chatsArray of ChatYesMentioned chats
usersArray of UserYesMentioned users
versionintYesVersion info

Type: phone.GroupParticipants

Example:

$phone_groupParticipants = ['_' => 'phone.groupParticipants', 'count' => int, 'participants' => [GroupCallParticipant, GroupCallParticipant], 'next_offset' => 'string', 'chats' => [Chat, Chat], 'users' => [User, User], 'version' => int];