Interface RemovePendingPaidMessageReactions

Removes all pending paid reactions on a message. Request type for Tdjson#removePendingPaidMessageReactions.

interface RemovePendingPaidMessageReactions {
    @type: "removePendingPaidMessageReactions";
    chat_id: number;
    message_id: number;
}

Properties

@type: "removePendingPaidMessageReactions"
chat_id: number

Identifier of the chat to which the message belongs.

message_id: number

Identifier of the message.