RevenueWithdrawalStateSucceeded

class aiogram.types.revenue_withdrawal_state_succeeded.RevenueWithdrawalStateSucceeded(*, type: Literal[RevenueWithdrawalStateType.SUCCEEDED] = RevenueWithdrawalStateType.SUCCEEDED, date: _datetime_serializer, return_type=int, when_used=unless - none)], url: str, **extra_data: Any)[source]

The withdrawal succeeded.

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

type: Literal[RevenueWithdrawalStateType.SUCCEEDED]

Type of the state, always ‘succeeded’

date: DateTime

Date the withdrawal was completed in Unix time

model_computed_fields: ClassVar[Dict[str, ComputedFieldInfo]] = {}

A dictionary of computed field names and their corresponding ComputedFieldInfo objects.

model_post_init(context: Any, /) None

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

url: str

An HTTPS URL that can be used to see transaction details