Raw.ReportResultChooseOption
The user must choose one of the following options, and then messages.report must be re-invoked, passing the option’s option identifier to messages.report.option.
reportResultChooseOption#f0e4e0b6 title:string options:Vector<MessageReportOption> = ReportResult;
export namespace Raw {
export class ReportResultChooseOption {
constructor(params: { title: string; options: Array<Raw.TypeMessageReportOption> }) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 198
Constructor ID: 0xf0e4e0b6
Property
title
: stringTitle of the option popup
options
: Array of Raw.TypeMessageReportOptionAvailable options, rendered as menu entries.