diff --git a/CHANGES/1194.feature.rst b/CHANGES/1194.feature.rst index 282ba131..7afc538f 100644 --- a/CHANGES/1194.feature.rst +++ b/CHANGES/1194.feature.rst @@ -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, ...