Skip to main content

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

NameTypeRequiredDescription
TitlestringyesTitle of the option selection popup.
Options[]SponsoredMessageReportOptionyesLocalized list of options.

References