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
| Name | Type | Required | Description |
|---|---|---|---|
Title | string | yes | Title of the option popup |
Options | []MessageReportOption | yes | Available options, rendered as menu entries. |
References
- Official documentation
- Generated Go reference
- TL definition:
reportResultChooseOption#f0e4e0b6