o
    @j¾  ã                   @  s<   d dl mZ ddlmZ ddlmZ G dd„ dee ƒZdS )	é    )Úannotationsé   )ÚGiftsé   )ÚTelegramMethodc                   @  s   e Zd ZdZeZdZdS )ÚGetAvailableGiftszØ
    Returns the list of gifts that can be sent by the bot to users. Requires no parameters. Returns a :class:`aiogram.types.gifts.Gifts` object.

    Source: https://core.telegram.org/bots/api#getavailablegifts
    ÚgetAvailableGiftsN)Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   Ú__returning__Ú__api_method__© r   r   úr/var/www/www-root/data/www/ai-bot.pdev.uz/venv/lib/python3.10/site-packages/aiogram/methods/get_available_gifts.pyr      s    r   N)Ú
__future__r   Útypes.giftsr   Úbaser   r   r   r   r   r   Ú<module>   s    