Interface ChatRevenueTransactionTypeFragmentWithdrawal

Describes a withdrawal of earnings through Fragment. Subtype of ChatRevenueTransactionType.

interface ChatRevenueTransactionTypeFragmentWithdrawal {
    @type: "chatRevenueTransactionTypeFragmentWithdrawal";
    state: RevenueWithdrawalState;
    withdrawal_date: number;
}

Properties

@type: "chatRevenueTransactionTypeFragmentWithdrawal"

State of the withdrawal.

withdrawal_date: number

Point in time (Unix timestamp) when the earnings withdrawal started.