mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Added enum docs
This commit is contained in:
parent
8011985388
commit
58c3a68696
10 changed files with 136 additions and 0 deletions
9
docs/api/enums/chat_type.rst
Normal file
9
docs/api/enums/chat_type.rst
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
########
|
||||
ChatType
|
||||
########
|
||||
|
||||
|
||||
.. automodule:: aiogram.enums.chat_type
|
||||
:members:
|
||||
:member-order: bysource
|
||||
:undoc-members: True
|
||||
9
docs/api/enums/content_type.rst
Normal file
9
docs/api/enums/content_type.rst
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
###########
|
||||
ContentType
|
||||
###########
|
||||
|
||||
|
||||
.. automodule:: aiogram.enums.content_type
|
||||
:members:
|
||||
:member-order: bysource
|
||||
:undoc-members: True
|
||||
9
docs/api/enums/dice_emoji.rst
Normal file
9
docs/api/enums/dice_emoji.rst
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#########
|
||||
DiceEmoji
|
||||
#########
|
||||
|
||||
|
||||
.. automodule:: aiogram.enums.dice_emoji
|
||||
:members:
|
||||
:member-order: bysource
|
||||
:undoc-members: True
|
||||
14
docs/api/enums/index.rst
Normal file
14
docs/api/enums/index.rst
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
#####
|
||||
Enums
|
||||
#####
|
||||
|
||||
Here is list of all available enums:
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
chat_type
|
||||
content_type
|
||||
dice_emoji
|
||||
topic_icon_color
|
||||
update_type
|
||||
9
docs/api/enums/topic_icon_color.rst
Normal file
9
docs/api/enums/topic_icon_color.rst
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
##############
|
||||
TopicIconColor
|
||||
##############
|
||||
|
||||
|
||||
.. automodule:: aiogram.enums.topic_icon_color
|
||||
:members:
|
||||
:member-order: bysource
|
||||
:undoc-members: True
|
||||
9
docs/api/enums/update_type.rst
Normal file
9
docs/api/enums/update_type.rst
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
##########
|
||||
UpdateType
|
||||
##########
|
||||
|
||||
|
||||
.. automodule:: aiogram.enums.update_type
|
||||
:members:
|
||||
:member-order: bysource
|
||||
:undoc-members: True
|
||||
|
|
@ -11,5 +11,6 @@ All methods and types is fully autogenerated from Telegram Bot API docs by parse
|
|||
session/index
|
||||
types/index
|
||||
methods/index
|
||||
enums/index
|
||||
download_file
|
||||
upload_file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue