mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +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
|
.. code-block:: python
|
||||||
|
|
||||||
from aiogram import Bot
|
|
||||||
from aiogram.enum import Currency
|
from aiogram.enum import Currency
|
||||||
await Bot.send_invoice(
|
|
||||||
|
await bot.send_invoice(
|
||||||
...,
|
...,
|
||||||
currency=Currency.USD,
|
currency=Currency.USD,
|
||||||
...
|
...
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue