Interface StarTransactionTypeChannelPaidReactionReceive

The transaction is a receiving of a paid reaction to a message by the channel chat; for channel chats only. Subtype of StarTransactionType.

interface StarTransactionTypeChannelPaidReactionReceive {
    @type: "starTransactionTypeChannelPaidReactionReceive";
    message_id: number;
    user_id: number;
}

Properties

@type: "starTransactionTypeChannelPaidReactionReceive"
message_id: number

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

user_id: number

Identifier of the user that added the paid reaction.