channels.SponsoredMessageReportResult#

class pyrogram.raw.base.channels.SponsoredMessageReportResult#

Status of the method call used to report a sponsored message ».

Constructors:

This base type has 3 constructors available.

channels.SponsoredMessageReportResultAdsHidden

Sponsored messages were hidden for the user in all chats.

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.

channels.SponsoredMessageReportResultReported

The sponsored message was reported successfully.

Functions:

This object can be returned by 1 function.

channels.ReportSponsoredMessage

Report a sponsored message », see here » for more info on the full flow.