Interface ChatRevenueTransactionTypeFragmentRefund

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

interface ChatRevenueTransactionTypeFragmentRefund {
    @type: "chatRevenueTransactionTypeFragmentRefund";
    refund_date: number;
}

Properties

Properties

@type: "chatRevenueTransactionTypeFragmentRefund"
refund_date: number

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