Raw.account.ReportPeer

Raw.account.ReportPeer

Report a peer for violation of telegram’s terms of service

account.reportPeer#c5ba3d86 peer:InputPeer reason:ReportReason message:string = Bool;
export namespace Raw {
  export namespace account {
    export class ReportPeer {
      constructor(params: {
        peer: Raw.TypeInputPeer;
        reason: Raw.TypeReportReason;
        message: string;
      }) {}
    }
  }
}

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

Layer: 185
Constructor ID: 0xc5ba3d86

Property

Results

boolean