mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Apply enum
This commit is contained in:
parent
31dc469980
commit
d08848e974
3 changed files with 11 additions and 1 deletions
9
docs/api/enums/currency.rst
Normal file
9
docs/api/enums/currency.rst
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
########
|
||||
Currency
|
||||
########
|
||||
|
||||
|
||||
.. automodule:: aiogram.enums.currency
|
||||
:members:
|
||||
:member-order: bysource
|
||||
:undoc-members: True
|
||||
|
|
@ -13,6 +13,7 @@ Here is list of all available enums:
|
|||
chat_member_status
|
||||
chat_type
|
||||
content_type
|
||||
currency
|
||||
dice_emoji
|
||||
inline_query_result_type
|
||||
input_media_type
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue