Interface ReportChatSponsoredMessage

Reports a sponsored message to Telegram moderators. Request type for Tdjson#reportChatSponsoredMessage.

interface ReportChatSponsoredMessage {
    @type: "reportChatSponsoredMessage";
    chat_id: number;
    message_id: number;
    option_id: string;
}

Properties

@type: "reportChatSponsoredMessage"
chat_id: number

Chat identifier of the sponsored message.

message_id: number

Identifier of the sponsored message.

option_id: string

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