Interface ChatRevenueTransactionTypeRefund

Describes a refund for failed withdrawal of earnings. Subtype of ChatRevenueTransactionType.

interface ChatRevenueTransactionTypeRefund {
    @type: "chatRevenueTransactionTypeRefund";
    provider: string;
    refund_date: number;
}

Properties

@type: "chatRevenueTransactionTypeRefund"
provider: string

Name of the payment provider.

refund_date: number

Point in time (Unix timestamp) when the transaction was refunded.