Interface StarTransactionTypePaidGroupCallMessageSend

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

interface StarTransactionTypePaidGroupCallMessageSend {
    @type: "starTransactionTypePaidGroupCallMessageSend";
    chat_id: number;
}

Properties

Properties

@type: "starTransactionTypePaidGroupCallMessageSend"
chat_id: number

Identifier of the chat that received the payment.