Interface StarTransactionTypePaidGroupCallReactionSend

The transaction is a sending of a paid group reaction; for regular users only. Subtype of StarTransactionType.

interface StarTransactionTypePaidGroupCallReactionSend {
    @type: "starTransactionTypePaidGroupCallReactionSend";
    chat_id: number;
}

Properties

Properties

@type: "starTransactionTypePaidGroupCallReactionSend"
chat_id: number

Identifier of the chat that received the payment.