
    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   )WebhookInfo   )TelegramMethodc                      e Zd ZdZeZdZy)GetWebhookInfoaT  
    Use this method to get current webhook status. Requires no parameters. On success, returns a :class:`aiogram.types.webhook_info.WebhookInfo` object. If the bot is using :class:`aiogram.methods.get_updates.GetUpdates`, will return an object with the *url* field empty.

    Source: https://core.telegram.org/bots/api#getwebhookinfo
    getWebhookInfoN)__name__
__module____qualname____doc__r   __returning____api_method__     Z/var/www/netwell/bot/venv/lib/python3.12/site-packages/aiogram/methods/get_webhook_info.pyr	   r	      s      M%Nr   r	   N)
__future__r   typesr   baser   r	   r   r   r   <module>r      s    "   &^K0 &r   