Link Search Menu Expand Document

Constructor: phone.groupCall

Back to constructors index

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

Attributes:

NameTypeRequiredDescription
callGroupCallYesInfo about the group call
participantsArray of GroupCallParticipantYesA partial list of participants.
participants_next_offsetstringYesNext offset to use when fetching the remaining participants using phone.getGroupParticipants
chatsArray of ChatYesChats mentioned in the participants vector
usersArray of UserYesUsers mentioned in the participants vector

Type: phone.GroupCall

Example:

$phone_groupCall = ['_' => 'phone.groupCall', 'call' => GroupCall, 'participants' => [GroupCallParticipant, GroupCallParticipant], 'participants_next_offset' => 'string', 'chats' => [Chat, Chat], 'users' => [User, User]];