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:
Alex Root Junior 2024-06-19 00:54:22 +03:00 committed by GitHub
parent dcfc9632f3
commit 1f7bbeb355
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
72 changed files with 1629 additions and 51 deletions

View file

@ -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

View file

@ -0,0 +1,9 @@
##########################
RevenueWithdrawalStateType
##########################
.. automodule:: aiogram.enums.revenue_withdrawal_state_type
:members:
:member-order: bysource
:undoc-members: True

View file

@ -0,0 +1,9 @@
######################
TransactionPartnerType
######################
.. automodule:: aiogram.enums.transaction_partner_type
:members:
:member-order: bysource
:undoc-members: True