Skip to main content

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.

type tg.ReportResultChooseOption struct { /* ... */ }

Implements ReportResult.

Fields

NameTypeRequiredDescription
TitlestringyesTitle of the option popup
Options[]MessageReportOptionyesAvailable options, rendered as menu entries.

References