mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-14 10:53:23 +00:00
* Added full support of Bot API 8.1 * Remove artifacts from types and methods (model_* methods)
15 lines
437 B
YAML
15 lines
437 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
|
|
- TransactionPartnerAffiliateProgram
|