Raw.ReportResultAddComment

Raw.ReportResultAddComment

The user should enter an additional comment for the moderators, and then messages.report must be re-invoked, passing the comment to messages.report.message.

reportResultAddComment#6f09ac31 flags:# optional:flags.0?true option:bytes = ReportResult;
export namespace Raw {
  export class ReportResultAddComment {
    constructor(params: { optional?: boolean; option: Buffer }) {}
  }
}
🚫

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

Layer: 198
Constructor ID: 0x6f09ac31

Property

  • optional : boolean or undefined

    Whether this step can be skipped by the user, passing an empty message to messages.report, or if a non-empty message is mandatory.

  • option : Buffer

    The messages.report method must be re-invoked, passing this option to option