
    dhQ                    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)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__bool__returning____api_method__     O/var/www/netwell/bot/venv/lib/python3.12/site-packages/aiogram/methods/close.pyr   r      s     MNr   r   N)
__future__r   baser   r   r   r   r   r   <module>r      s    "  N4  r   