Interface SetPaidMessageReactionType

Changes type of paid message reaction of the current user on a message. The message must have paid reaction added by the current user. Request type for Tdjson#setPaidMessageReactionType.

interface SetPaidMessageReactionType {
    @type: "setPaidMessageReactionType";
    chat_id: number;
    message_id: number;
    type: PaidReactionType;
}

Properties

@type: "setPaidMessageReactionType"
chat_id: number

Identifier of the chat to which the message belongs.

message_id: number

Identifier of the message.

New type of the paid reaction.