mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-06 07:50:32 +00:00
Fixed typo
This commit is contained in:
parent
c9f0b36ad6
commit
f54ed1326b
1 changed files with 2 additions and 2 deletions
|
|
@ -3,9 +3,9 @@ You can use it like this:
|
|||
|
||||
.. code-block:: python
|
||||
|
||||
from aiogram import Bot
|
||||
from aiogram.enum import Currency
|
||||
await Bot.send_invoice(
|
||||
|
||||
await bot.send_invoice(
|
||||
...,
|
||||
currency=Currency.USD,
|
||||
...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue