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, ... )