mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +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
|
|
@ -30,7 +30,9 @@ Here is list of all available enums:
|
|||
passport_element_error_type
|
||||
poll_type
|
||||
reaction_type_type
|
||||
revenue_withdrawal_state_type
|
||||
sticker_format
|
||||
sticker_type
|
||||
topic_icon_color
|
||||
transaction_partner_type
|
||||
update_type
|
||||
|
|
|
|||
9
docs/api/enums/revenue_withdrawal_state_type.rst
Normal file
9
docs/api/enums/revenue_withdrawal_state_type.rst
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
##########################
|
||||
RevenueWithdrawalStateType
|
||||
##########################
|
||||
|
||||
|
||||
.. automodule:: aiogram.enums.revenue_withdrawal_state_type
|
||||
:members:
|
||||
:member-order: bysource
|
||||
:undoc-members: True
|
||||
9
docs/api/enums/transaction_partner_type.rst
Normal file
9
docs/api/enums/transaction_partner_type.rst
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
######################
|
||||
TransactionPartnerType
|
||||
######################
|
||||
|
||||
|
||||
.. automodule:: aiogram.enums.transaction_partner_type
|
||||
:members:
|
||||
:member-order: bysource
|
||||
:undoc-members: True
|
||||
Loading…
Add table
Add a link
Reference in a new issue