mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-13 18:43:53 +00:00
13 lines
324 B
YAML
13 lines
324 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
|