RevenueWithdrawalStateType

class aiogram.enums.revenue_withdrawal_state_type.RevenueWithdrawalStateType(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)[source]

This object represents a revenue withdrawal state type

Source: https://core.telegram.org/bots/api#revenuewithdrawalstate

FAILED = 'failed'
PENDING = 'pending'
SUCCEEDED = 'succeeded'