Fixed subtypes and union types generation, new enums added

This commit is contained in:
Alex Root Junior 2023-07-11 23:30:31 +03:00
parent a7b92bb050
commit 2da32730ab
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC
114 changed files with 673 additions and 359 deletions

View file

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

View file

@ -14,12 +14,14 @@ Here is list of all available enums:
chat_type
content_type
dice_emoji
encrypted_passport_element
inline_query_result_type
input_media_type
mask_position_point
menu_button_type
message_entity_type
parse_mode
passport_element_error_type
poll_type
sticker_format
sticker_type

View file

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