Interface StarTransactionTypePaidGroupCallReactionReceive

The transaction is a receiving of a paid group call reaction; for regular users and channel chats only. Subtype of StarTransactionType.

interface StarTransactionTypePaidGroupCallReactionReceive {
    @type: "starTransactionTypePaidGroupCallReactionReceive";
    commission_per_mille: number;
    commission_star_amount: StarAmount;
    sender_id: MessageSender;
}

Properties

@type: "starTransactionTypePaidGroupCallReactionReceive"
commission_per_mille: number

The number of Telegram Stars received by the Telegram for each 1000 Telegram Stars paid for reaction sending.

commission_star_amount: StarAmount

The amount of Telegram Stars that were received by Telegram; can be negative for refunds.

sender_id: MessageSender

Identifier of the sender of the reaction.