Interface StarTransactionTypeChannelPaidReactionSend

The transaction is a sending of a paid reaction to a message in a channel chat by the current user; for regular users only. Subtype of StarTransactionType.

interface StarTransactionTypeChannelPaidReactionSend {
    @type: "starTransactionTypeChannelPaidReactionSend";
    chat_id: number;
    message_id: number;
}

Properties

@type: "starTransactionTypeChannelPaidReactionSend"
chat_id: number

Identifier of the channel chat.

message_id: number

Identifier of the reacted message; can be 0 or an identifier of a deleted message.