Raw.channels.SponsoredMessageReportResultChooseOption

Raw.channels.SponsoredMessageReportResultChooseOption

The user must choose a report option from the localized options available in options, and after selection, channels.reportsponsoredmessage must be invoked again, passing the option’s option field to the option param of the method.

channels.sponsoredMessageReportResultChooseOption#846f9e42 title:string options:Vector<SponsoredMessageReportOption> = channels.SponsoredMessageReportResult;
export namespace Raw {
  export namespace channels {
    export class SponsoredMessageReportResultChooseOption {
      constructor(params: {
        title: string;
        options: Array<Raw.TypeSponsoredMessageReportOption>;
      }) {}
    }
  }
}
🚫

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

Layer: 185
Constructor ID: 0x846f9e42

Property