a
    y{Jh@  ã                   @  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é   )ÚWebhookInfoé   )ÚTelegramMethodc                   @  s   e Zd ZdZeZdZdS )Ú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
    ZgetWebhookInfoN)Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   Z__returning__Z__api_method__© r   r   úR/var/www/shaz/venv/lib/python3.9/site-packages/aiogram/methods/get_webhook_info.pyr      s   r   N)Ú
__future__r   Útypesr   Úbaser   r   r   r   r   r   Ú<module>   s   