Constructor: channels.sponsoredMessageReportResultChooseOption
The user must choose a report option from the localized options available in options
, and after selection, channels.reportSponsoredMessage must be invoked again, passing the option’s option
field to the option
param of the method.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
title | string | Yes | Title of the option selection popup. |
options | Array of SponsoredMessageReportOption | Yes | Localized list of options. |
Type: channels.SponsoredMessageReportResult
Example:
$channels_sponsoredMessageReportResultChooseOption = ['_' => 'channels.sponsoredMessageReportResultChooseOption', 'title' => 'string', 'options' => [SponsoredMessageReportOption, SponsoredMessageReportOption]];