Interface StarTransactionTypePaidGroupCallMessageReceive

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

interface StarTransactionTypePaidGroupCallMessageReceive {
    @type: "starTransactionTypePaidGroupCallMessageReceive";
    commission_per_mille: number;
    commission_star_amount: StarAmount;
    sender_id: MessageSender;
}

Properties

@type: "starTransactionTypePaidGroupCallMessageReceive"
commission_per_mille: number

The number of Telegram Stars received by the Telegram for each 1000 Telegram Stars paid for message 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 message.