StartHandler

class pyrogram.handlers.StartHandler

Bases: Handler

The Start handler class. Used to handle client start. It is intended to be used with add_handler()

For a nicer way to register this handler, have a look at the on_start() decorator.

Parameters:

callback (Callable) – Pass a function that will be called when a client starts. 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.