mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-08 09:11:34 +00:00
Added full support of Bot API 7.5 (#1518)
* Added full support of Bot API 7.5 * Added changelog * Update date type in RevenueWithdrawalStateSucceeded * Added example
This commit is contained in:
parent
dcfc9632f3
commit
1f7bbeb355
72 changed files with 1629 additions and 51 deletions
12
.butcher/enums/RevenueWithdrawalStateType.yml
Normal file
12
.butcher/enums/RevenueWithdrawalStateType.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
name: RevenueWithdrawalStateType
|
||||
description: |
|
||||
This object represents a revenue withdrawal state type
|
||||
|
||||
Source: https://core.telegram.org/bots/api#revenuewithdrawalstate
|
||||
multi_parse:
|
||||
attribute: type
|
||||
regexp: "'([a-z_]+)'"
|
||||
entities:
|
||||
- RevenueWithdrawalStateFailed
|
||||
- RevenueWithdrawalStatePending
|
||||
- RevenueWithdrawalStateSucceeded
|
||||
12
.butcher/enums/TransactionPartnerType.yml
Normal file
12
.butcher/enums/TransactionPartnerType.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue