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’