diff --git a/pyrogram/client/client.py b/pyrogram/client/client.py index 4b0dd00a..099a0cb6 100644 --- a/pyrogram/client/client.py +++ b/pyrogram/client/client.py @@ -379,7 +379,7 @@ class Client: self.event_handler = callback def send(self, data: Object): - """Use this method to send :ref:`Raw Function ` queries. + """Use this method to send Raw Function queries. This method makes possible to manually call every single Telegram API method in a low-level manner. Available functions are listed in the :obj:`pyrogram.api.functions` package and may accept compound