phone.groupCall

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

Constructor schema is available as of layer 125. Switch »

Parameters

Name Type Description
call GroupCall Info about the group call
participants Vector<GroupCallParticipant> A partial list of participants.
participants_next_offset string Next offset to use when fetching the remaining participants using phone.getGroupParticipants
chats Vector<Chat> Chats mentioned in the participants vector
users Vector<User> Users mentioned in the participants vector

Type

phone.GroupCall

Related pages

phone.getGroupParticipants

Get group call participants

Go up