Raw.channels.ChannelParticipants

Raw.channels.ChannelParticipants

Represents multiple channel participants

channels.channelParticipants#9ab0feaf count:int participants:Vector<ChannelParticipant> chats:Vector<Chat> users:Vector<User> = channels.ChannelParticipants;
export namespace Raw {
  export namespace channels {
    export class ChannelParticipants {
      constructor(params: {
        count: number;
        participants: Array<Raw.TypeChannelParticipant>;
        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: 0x9ab0feaf

Property