diff --git a/pyrogram/client/client.py b/pyrogram/client/client.py index b50ac87d..1c6a8653 100644 --- a/pyrogram/client/client.py +++ b/pyrogram/client/client.py @@ -351,7 +351,8 @@ class Client: Args: callback (:obj:`callable`): - A callback function that accepts two arguments: the Client itself and the event (update) object. + A function that takes ``client, event`` as positional arguments. + It will be called when a new event is generated on your account. """ self.event_handler = callback