mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-06 07:50:32 +00:00
14 lines
396 B
YAML
14 lines
396 B
YAML
name: TransactionPartnerType
|
|
description: |
|
|
This object represents a type of transaction partner.
|
|
|
|
Source: https://core.telegram.org/bots/api#transactionpartner
|
|
multi_parse:
|
|
attribute: type
|
|
regexp: "'([a-z_]+)'"
|
|
entities:
|
|
- TransactionPartnerFragment
|
|
- TransactionPartnerOther
|
|
- TransactionPartnerUser
|
|
- TransactionPartnerTelegramAds
|
|
- TransactionPartnerTelegramApi
|