a
    :¶g”  ã                   @  s0   d dl mZ ddlmZ G dd„ dee ƒZdS )é    )Úannotationsé   )ÚTelegramMethodc                   @  s   e Zd ZdZeZdZdS )Ú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
    ZlogOutN)Ú__name__Ú
__module__Ú__qualname__Ú__doc__ÚboolZ__returning__Z__api_method__© r   r   út/var/www/vosh/data/www/fastworkle.ru/webshop-tgbot-v.1.0/venv/lib/python3.9/site-packages/aiogram/methods/log_out.pyr      s   r   N)Ú
__future__r   Úbaser   r
   r   r   r   r   r   Ú<module>   s   