Raw.channels.ChannelParticipant

Raw.channels.ChannelParticipant

Represents a channel participant

channels.channelParticipant#dfb80317 participant:ChannelParticipant chats:Vector<Chat> users:Vector<User> = channels.ChannelParticipant;
export namespace Raw {
  export namespace channels {
    export class ChannelParticipant {
      constructor(params: {
        participant: 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: 0xdfb80317

Property