a
    9¶gQ  ã                   @  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 )ÚClosea¥  
    Use this method to close the bot instance before moving it from one local server to another. You need to delete the webhook before calling this method to ensure that the bot isn't launched again after server restart. The method will return error 429 in the first 10 minutes after the bot is launched. Returns :code:`True` on success. Requires no parameters.

    Source: https://core.telegram.org/bots/api#close
    ÚcloseN)Ú__name__Ú
__module__Ú__qualname__Ú__doc__ÚboolZ__returning__Z__api_method__© r   r   úr/var/www/vosh/data/www/fastworkle.ru/webshop-tgbot-v.1.0/venv/lib/python3.9/site-packages/aiogram/methods/close.pyr      s   r   N)Ú
__future__r   Úbaser   r   r   r   r   r   r   Ú<module>   s   