Raw.channels.ReportSpam

Raw.channels.ReportSpam

Reports some messages from a user in a supergroup as spam; requires administrator rights in the supergroup

channels.reportSpam#f44a8315 channel:InputChannel participant:InputPeer id:Vector<int> = Bool;
export namespace Raw {
  export namespace channels {
    export class ReportSpam {
      constructor(params: {
        channel: Raw.TypeInputChannel;
        participant: Raw.TypeInputPeer;
        id: Array<number>;
      }) {}
    }
  }
}

This is a function constructor, you can use it as method when call invoke

Layer: 185
Constructor ID: 0xf44a8315

Property

Results

boolean