mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-08 01:06:25 +00:00
11 lines
325 B
YAML
11 lines
325 B
YAML
|
|
name: TransactionPartnerUserTransactionTypeEnum
|
||
|
|
description: |
|
||
|
|
This object represents type of the transaction that were made by partner user.
|
||
|
|
|
||
|
|
Source: https://core.telegram.org/bots/api#transactionpartneruser
|
||
|
|
parse:
|
||
|
|
entity: TransactionPartnerUser
|
||
|
|
category: types
|
||
|
|
attribute: transaction_type
|
||
|
|
regexp: "'([a-z_]+)'"
|