Interface ReportSponsoredChat

Reports a sponsored chat to Telegram moderators. Request type for Tdjson#reportSponsoredChat.

interface ReportSponsoredChat {
    @type: "reportSponsoredChat";
    option_id: string;
    sponsored_chat_unique_id: number;
}

Properties

@type: "reportSponsoredChat"
option_id: string

Option identifier chosen by the user; leave empty for the initial request.

sponsored_chat_unique_id: number

Unique identifier of the sponsored chat.