Raw.phone.GroupCall
Contains info about a group call, and partial info about its participants.
phone.groupCall#9e727aad call:GroupCall participants:Vector<GroupCallParticipant> participants_next_offset:string chats:Vector<Chat> users:Vector<User> = phone.GroupCall;
export namespace Raw {
export namespace phone {
export class GroupCall {
constructor(params: {
call: Raw.TypeGroupCall;
participants: Array<Raw.TypeGroupCallParticipant>;
participantsNextOffset: string;
chats: Array<Raw.TypeChat>;
users: Array<Raw.TypeUser>;
}) {}
}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x9e727aad
Property
call
: Raw.TypeGroupCallInfo about the group call
participants
: Array of Raw.TypeGroupCallParticipantA partial list of participants.
participantsNextOffset
: stringNext offset to use when fetching the remaining participants using phone.getgroupparticipants
chats
: Array of Raw.TypeChatChats mentioned in the participants vector
users
: Array of Raw.TypeUserUsers mentioned in the participants vector