StopHandler¶
- class pyrogram.handlers.StopHandler
Bases:
HandlerThe Stop handler class. Used to handle client stop. It is intended to be used with
add_handler()For a nicer way to register this handler, have a look at the
on_stop()decorator.- Parameters:
callback (
Callable) – Pass a function that will be called when a client stops. It takes (client) as positional argument (look at the section below for a detailed description).- Other Parameters:
client (
Client) – The Client itself. Useful, for example, when you want to change the proxy before a new connection is established.