Interface ReportMessageReactions

Reports reactions set on a message to the Telegram moderators. Reactions on a message can be reported only if messageProperties.can_report_reactions. Request type for Tdjson#reportMessageReactions.

interface ReportMessageReactions {
    @type: "reportMessageReactions";
    chat_id: number;
    message_id: number;
    sender_id: MessageSender;
}

Properties

@type: "reportMessageReactions"
chat_id: number

Chat identifier.

message_id: number

Message identifier.

sender_id: MessageSender

Identifier of the sender, which added the reaction.