
    dh                    8    d dl mZ ddlmZ  G d dee         Zy)    )annotations   )TelegramMethodc                      e Zd ZdZeZdZy)LogOuta  
    Use this method to log out from the cloud Bot API server before launching the bot locally. You **must** log out the bot before running it locally, otherwise there is no guarantee that the bot will receive updates. After a successful call, you can immediately log in on a local server, but will not be able to log in back to the cloud Bot API server for 10 minutes. Returns :code:`True` on success. Requires no parameters.

    Source: https://core.telegram.org/bots/api#logout
    logOutN)__name__
__module____qualname____doc__bool__returning____api_method__     Q/var/www/netwell/bot/venv/lib/python3.12/site-packages/aiogram/methods/log_out.pyr   r      s     MNr   r   N)
__future__r   baser   r   r   r   r   r   <module>r      s    "  ^D! r   