From 8b7f7440b20c701bebc66bce6681ec501929cbd3 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Mon, 12 Feb 2018 16:39:57 +0100 Subject: [PATCH] Remove reference --- pyrogram/client/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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