mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-10 09:47:10 +00:00
* Added full support for the Bot API 8.3 * Added changelog * Ignore typing for aiohttp_socks
16 lines
466 B
YAML
16 lines
466 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
|
|
- TransactionPartnerChat
|