Interface StarTransactionTypeFragmentWithdrawal

The transaction is a withdrawal of earned Telegram Stars to Fragment; for bots and channel chats only. Subtype of StarTransactionType.

interface StarTransactionTypeFragmentWithdrawal {
    @type: "starTransactionTypeFragmentWithdrawal";
    withdrawal_state: RevenueWithdrawalState;
}

Properties

@type: "starTransactionTypeFragmentWithdrawal"
withdrawal_state: RevenueWithdrawalState

State of the withdrawal; may be null for refunds from Fragment.