Raw.ChannelAdminLogEvent

Raw.ChannelAdminLogEvent

Admin log event

channelAdminLogEvent#1fad68cd id:long date:int user_id:long action:ChannelAdminLogEventAction = ChannelAdminLogEvent;
export namespace Raw {
  export class ChannelAdminLogEvent {
    constructor(params: {
      id: bigint;
      date: number;
      userId: bigint;
      action: Raw.TypeChannelAdminLogEventAction;
    }) {}
  }
}
🚫

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

Layer: 185
Constructor ID: 0x1fad68cd

Property