channels.sponsoredMessageReportResultChooseOption
The user must choose a report option from the localized options available in options, and after selection, messages.reportSponsoredMessage must be invoked again, passing the option's option field to the option param of the method.
type tg.ChannelsSponsoredMessageReportResultChooseOption struct { /* ... */ }
Implements channels.SponsoredMessageReportResult.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Title | string | yes | Title of the option selection popup. |
Options | []SponsoredMessageReportOption | yes | Localized list of options. |
References
- Official documentation
- Generated Go reference
- TL definition:
channels.sponsoredMessageReportResultChooseOption#846f9e42