mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-08 09:11:34 +00:00
* Added full support of Bot API 7.6 * Fixed imports * fix tests (#1534) * Fixed coverage * Override InputPaidMedia media type to `str | InputFile` * Added shortcut * Fixed PaidMediaType enum * Added changelog --------- Co-authored-by: Oleg A <t0rr@mail.ru>
13 lines
360 B
YAML
13 lines
360 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
|