mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
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:
parent
25e9127db9
commit
2c2bd61551
231 changed files with 9565 additions and 389 deletions
|
|
@ -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
|
||||
|
|
|
|||
9
docs/api/enums/input_profile_photo_type.rst
Normal file
9
docs/api/enums/input_profile_photo_type.rst
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#####################
|
||||
InputProfilePhotoType
|
||||
#####################
|
||||
|
||||
|
||||
.. automodule:: aiogram.enums.input_profile_photo_type
|
||||
:members:
|
||||
:member-order: bysource
|
||||
:undoc-members: True
|
||||
9
docs/api/enums/input_story_content_type.rst
Normal file
9
docs/api/enums/input_story_content_type.rst
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#####################
|
||||
InputStoryContentType
|
||||
#####################
|
||||
|
||||
|
||||
.. automodule:: aiogram.enums.input_story_content_type
|
||||
:members:
|
||||
:member-order: bysource
|
||||
:undoc-members: True
|
||||
9
docs/api/enums/owned_gift_type.rst
Normal file
9
docs/api/enums/owned_gift_type.rst
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#############
|
||||
OwnedGiftType
|
||||
#############
|
||||
|
||||
|
||||
.. automodule:: aiogram.enums.owned_gift_type
|
||||
:members:
|
||||
:member-order: bysource
|
||||
:undoc-members: True
|
||||
9
docs/api/enums/story_area_type_type.rst
Normal file
9
docs/api/enums/story_area_type_type.rst
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#################
|
||||
StoryAreaTypeType
|
||||
#################
|
||||
|
||||
|
||||
.. automodule:: aiogram.enums.story_area_type_type
|
||||
:members:
|
||||
:member-order: bysource
|
||||
:undoc-members: True
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
#########################################
|
||||
TransactionPartnerUserTransactionTypeEnum
|
||||
#########################################
|
||||
|
||||
|
||||
.. automodule:: aiogram.enums.transaction_partner_user_transaction_type_enum
|
||||
:members:
|
||||
:member-order: bysource
|
||||
:undoc-members: True
|
||||
Loading…
Add table
Add a link
Reference in a new issue