TransactionPartnerOther

class aiogram.types.transaction_partner_other.TransactionPartnerOther(*, type: Literal[TransactionPartnerType.OTHER] = TransactionPartnerType.OTHER, **extra_data: Any)[source]

Describes a transaction with an unknown source or recipient.

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

type: Literal[TransactionPartnerType.OTHER]

Type of the transaction partner, always ‘other’

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.