2024-06-19 00:54:22 +03:00
|
|
|
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
|
2024-07-06 20:31:49 +03:00
|
|
|
- TransactionPartnerTelegramAds
|
2024-11-02 16:13:45 +02:00
|
|
|
- TransactionPartnerTelegramApi
|
2024-12-14 19:30:12 +02:00
|
|
|
- TransactionPartnerAffiliateProgram
|
2025-02-16 22:37:18 +02:00
|
|
|
- TransactionPartnerChat
|