Added full support for the Bot API 9.0 (#1671)

* Added full support for the Bot API 9.0

* Bump version
This commit is contained in:
Alex Root Junior 2025-04-12 23:29:48 +03:00 committed by GitHub
parent 25e9127db9
commit 2c2bd61551
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
231 changed files with 9565 additions and 389 deletions

View file

@ -22,11 +22,14 @@ Here is list of all available enums:
inline_query_result_type
input_media_type
input_paid_media_type
input_profile_photo_type
input_story_content_type
keyboard_button_poll_type_type
mask_position_point
menu_button_type
message_entity_type
message_origin_type
owned_gift_type
paid_media_type
parse_mode
passport_element_error_type
@ -35,6 +38,8 @@ Here is list of all available enums:
revenue_withdrawal_state_type
sticker_format
sticker_type
story_area_type_type
topic_icon_color
transaction_partner_type
transaction_partner_user_transaction_type_enum
update_type

View file

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

View file

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

View file

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

View file

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

View file

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