mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Added MaskPositionPoint, InlineQueryResultType enums
This commit is contained in:
parent
c60ee8e40e
commit
5851afca98
32 changed files with 147 additions and 25 deletions
|
|
@ -14,7 +14,9 @@ Here is list of all available enums:
|
|||
chat_type
|
||||
content_type
|
||||
dice_emoji
|
||||
inline_query_result_type
|
||||
input_media_type
|
||||
mask_position_point
|
||||
menu_button_type
|
||||
message_entity_type
|
||||
parse_mode
|
||||
|
|
|
|||
9
docs/api/enums/inline_query_result_type.rst
Normal file
9
docs/api/enums/inline_query_result_type.rst
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#####################
|
||||
InlineQueryResultType
|
||||
#####################
|
||||
|
||||
|
||||
.. automodule:: aiogram.enums.inline_query_result_type
|
||||
:members:
|
||||
:member-order: bysource
|
||||
:undoc-members: True
|
||||
9
docs/api/enums/mask_position_point.rst
Normal file
9
docs/api/enums/mask_position_point.rst
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#################
|
||||
MaskPositionPoint
|
||||
#################
|
||||
|
||||
|
||||
.. automodule:: aiogram.enums.mask_position_point
|
||||
:members:
|
||||
:member-order: bysource
|
||||
:undoc-members: True
|
||||
Loading…
Add table
Add a link
Reference in a new issue