
    dh                    D    d dl mZ ddlmZ ddlmZ  G d dee         Zy)	    )annotations   )Gifts   )TelegramMethodc                      e Zd ZdZeZdZy)GetAvailableGiftsz
    Returns the list of gifts that can be sent by the bot to users and channel chats. 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__     ]/var/www/netwell/bot/venv/lib/python3.12/site-packages/aiogram/methods/get_available_gifts.pyr	   r	      s     M(Nr   r	   N)
__future__r   types.giftsr   baser   r	   r   r   r   <module>r      s    "   )u- )r   