Apply enum

This commit is contained in:
dsodx 2023-08-02 14:11:37 +03:00
parent 31dc469980
commit d08848e974
3 changed files with 11 additions and 1 deletions

View file

@ -5,7 +5,7 @@ class Currency(str, Enum):
"""
Currencies supported by Telegram Bot API
Info: https://core.telegram.org/bots/payments#supported-currencies
Source: https://core.telegram.org/bots/payments#supported-currencies
"""
AED = "AED"

View file

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

View file

@ -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