Raw.UpdateChannelParticipant

Raw.UpdateChannelParticipant

A participant has left, joined, was banned or admined in a channel or supergroup.

updateChannelParticipant#985d3abb flags:# via_chatlist:flags.3?true channel_id:long date:int actor_id:long user_id:long prev_participant:flags.0?ChannelParticipant new_participant:flags.1?ChannelParticipant invite:flags.2?ExportedChatInvite qts:int = Update;
export namespace Raw {
  export class UpdateChannelParticipant {
    constructor(params: {
      viaChatlist?: boolean;
      channelId: bigint;
      date: number;
      actorId: bigint;
      userId: bigint;
      prevParticipant?: Raw.TypeChannelParticipant;
      newParticipant?: Raw.TypeChannelParticipant;
      invite?: Raw.TypeExportedChatInvite;
      qts: number;
    }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0x985d3abb

Property