Interface CommitPendingPaidMessageReactions

Applies all pending paid reactions on a message. Request type for Tdjson#commitPendingPaidMessageReactions.

interface CommitPendingPaidMessageReactions {
    @type: "commitPendingPaidMessageReactions";
    chat_id: number;
    message_id: number;
}

Properties

@type: "commitPendingPaidMessageReactions"
chat_id: number

Identifier of the chat to which the message belongs.

message_id: number

Identifier of the message.