peyk.platforms.telegram.types.transaction_partner_other¶
Classes
|
Describes a transaction with an unknown source or recipient. |
- class peyk.platforms.telegram.types.transaction_partner_other.TransactionPartnerOther(type: str = 'other')[source]¶
Bases:
objectDescribes a transaction with an unknown source or recipient.
- Variables:
type (str) – Type of the transaction partner, always ‘other’
- type: str = 'other'¶
- classmethod from_dict(data: dict | None) TransactionPartnerOther | None[source]¶
Provides the from dict operation for the Telegram integration.
- Parameters:
data – Value used by this operation.
- Returns:
Result produced by the operation.