Raw.phone.GroupParticipants

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