mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-12 10:11:52 +00:00
Add currency enum (#1194)
* Add currency enum * Add change log * Add butcher file * Apply enum
This commit is contained in:
parent
a7916c1103
commit
d3bec413db
6 changed files with 213 additions and 0 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
|
||||
|
|
@ -15,6 +15,7 @@ Here is list of all available enums:
|
|||
chat_member_status
|
||||
chat_type
|
||||
content_type
|
||||
currency
|
||||
dice_emoji
|
||||
encrypted_passport_element
|
||||
inline_query_result_type
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue