Raw.messages.Report

Raw.messages.Report

Report a message in a chat for violation of telegram’s terms of service

messages.report#8953ab4e peer:InputPeer id:Vector<int> reason:ReportReason message:string = Bool;
export namespace Raw {
  export namespace messages {
    export class Report {
      constructor(params: {
        peer: Raw.TypeInputPeer;
        id: Array<number>;
        reason: Raw.TypeReportReason;
        message: string;
      }) {}
    }
  }
}

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

Layer: 185
Constructor ID: 0x8953ab4e

Property

Results

boolean