RevenueWithdrawalStatePending

class aiogram.types.revenue_withdrawal_state_pending.RevenueWithdrawalStatePending(*, type: Literal[RevenueWithdrawalStateType.PENDING] = RevenueWithdrawalStateType.PENDING, **extra_data: Any)[source]

The withdrawal is in progress.

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

type: Literal[RevenueWithdrawalStateType.PENDING]

Type of the state, always ‘pending’

model_post_init(context: Any, /) None

We need to both initialize private attributes and call the user-defined model_post_init method.