diff --git a/pyrogram/client/client.py b/pyrogram/client/client.py index 2cd31dc9..f8309b88 100644 --- a/pyrogram/client/client.py +++ b/pyrogram/client/client.py @@ -169,15 +169,10 @@ class Client(Methods, BaseClient): self._proxy["enabled"] = True self._proxy.update(value) - def start(self, debug: bool = False): + def start(self): """Use this method to start the Client after creating it. Requires no parameters. - Args: - debug (``bool``, *optional*): - Enable or disable debug mode. When enabled, extra logging - lines will be printed out on your console. - Raises: :class:`Error ` """