mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-12 10:11:52 +00:00
Fixed subtypes and union types generation, new enums added (#1213)
* Fixed subtypes and union types generation, new enums added * Added changes description
This commit is contained in:
parent
a7b92bb050
commit
31c11c31e0
115 changed files with 680 additions and 359 deletions
9
docs/api/enums/encrypted_passport_element.rst
Normal file
9
docs/api/enums/encrypted_passport_element.rst
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
########################
|
||||
EncryptedPassportElement
|
||||
########################
|
||||
|
||||
|
||||
.. automodule:: aiogram.enums.encrypted_passport_element
|
||||
:members:
|
||||
:member-order: bysource
|
||||
:undoc-members: True
|
||||
|
|
@ -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
|
||||
|
|
|
|||
9
docs/api/enums/passport_element_error_type.rst
Normal file
9
docs/api/enums/passport_element_error_type.rst
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
########################
|
||||
PassportElementErrorType
|
||||
########################
|
||||
|
||||
|
||||
.. automodule:: aiogram.enums.passport_element_error_type
|
||||
:members:
|
||||
:member-order: bysource
|
||||
:undoc-members: True
|
||||
Loading…
Add table
Add a link
Reference in a new issue