Interface ChatRevenueTransactionTypeWithdrawal

Describes a withdrawal of earnings. Subtype of ChatRevenueTransactionType.

interface ChatRevenueTransactionTypeWithdrawal {
    @type: "chatRevenueTransactionTypeWithdrawal";
    provider: string;
    state: RevenueWithdrawalState;
    withdrawal_date: number;
}

Properties

@type: "chatRevenueTransactionTypeWithdrawal"
provider: string

Name of the payment provider.

State of the withdrawal.

withdrawal_date: number

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