mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Add change log
This commit is contained in:
parent
d8ba0ee48e
commit
ead8b2c61a
1 changed files with 12 additions and 0 deletions
12
CHANGES/1194.feature.rst
Normal file
12
CHANGES/1194.feature.rst
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
Added Currency enum.
|
||||
You can use it like this:
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
from aiogram import Bot
|
||||
from aiogram.enum import Currency
|
||||
await Bot.send_invoice(
|
||||
...,
|
||||
currency=Currency.USD,
|
||||
...
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue