Layer 220
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.
constructor
Parameters
| Name | Type | Description |
|---|---|---|
| Title | string | Title of the option popup |
| Options | Vector<MessageReportOption> | Available options, rendered as menu entries. |
Returns
ReportResultGogram Example
// Creating ReportResultChooseOption constructor obj := &tg.ReportResultChooseOption{ Title: "...", Options: []tg.MessageReportOption{&tg.MessageReportOption{}}, }