Raw.phone.GroupParticipants
Info about the participants of a group call or livestream
phone.groupParticipants#f47751b6 count:int participants:Vector<GroupCallParticipant> next_offset:string chats:Vector<Chat> users:Vector<User> version:int = phone.GroupParticipants;
export namespace Raw {
export namespace phone {
export class GroupParticipants {
constructor(params: {
count: number;
participants: Array<Raw.TypeGroupCallParticipant>;
nextOffset: string;
chats: Array<Raw.TypeChat>;
users: Array<Raw.TypeUser>;
version: number;
}) {}
}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0xf47751b6
Property
count
: numberNumber of participants
participants
: Array of Raw.TypeGroupCallParticipantList of participants
nextOffset
: stringIf not empty, the specified list of participants is partial, and more participants can be fetched specifying this parameter as offset in phone.getgroupparticipants.
chats
: Array of Raw.TypeChatMentioned chats
users
: Array of Raw.TypeUserMentioned users
version
: numberVersion info