U
    ç;ãg¦  ã                   @   s,   d dl mZ ddlmZ G dd„ deƒZdS )é    )ÚCallableé   )ÚHandlerc                       s&   e Zd ZdZedœ‡ fdd„Z‡  ZS )ÚDisconnectHandleraº  The Disconnect handler class. Used to handle disconnections. It is intended to be used with
    :meth:`~pyrogram.Client.add_handler`

    For a nicer way to register this handler, have a look at the
    :meth:`~pyrogram.Client.on_disconnect` decorator.

    Parameters:
        callback (``Callable``):
            Pass a function that will be called when a disconnection occurs. It takes *(client)*
            as positional argument (look at the section below for a detailed description).

    Other parameters:
        client (:obj:`~pyrogram.Client`):
            The Client itself. Useful, for example, when you want to change the proxy before a new connection
            is established.
    )Úcallbackc                    s   t ƒ  |¡ d S )N)ÚsuperÚ__init__)Úselfr   ©Ú	__class__© úd/opt/bot/vods_filmes/script/venv/lib/python3.8/site-packages/pyrogram/handlers/disconnect_handler.pyr   *   s    zDisconnectHandler.__init__)Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   r   Ú__classcell__r   r   r
   r   r      s   r   N)Útypingr   Úhandlerr   r   r   r   r   r   Ú<module>   s   