Interface StarTransactionTypePaidMessageSend

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

interface StarTransactionTypePaidMessageSend {
    @type: "starTransactionTypePaidMessageSend";
    chat_id: number;
    message_count: number;
}

Properties

@type: "starTransactionTypePaidMessageSend"
chat_id: number

Identifier of the chat that received the payment.

message_count: number

Number of sent paid messages.