[docs]classGetAvailableGifts(TelegramMethod[Gifts]):""" 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 """__returning__=Gifts__api_method__="getAvailableGifts"