From f9b1d02af447b440f1a8e63ea7a3655c0a7c2d4f Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Mon, 16 Apr 2018 13:28:53 +0200 Subject: [PATCH] Set correct link for the Message type --- pyrogram/client/client.py | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/pyrogram/client/client.py b/pyrogram/client/client.py index 937ff3d8..9ed6261f 100644 --- a/pyrogram/client/client.py +++ b/pyrogram/client/client.py @@ -1189,7 +1189,7 @@ class Client: The size of the file. Returns: - On success, the sent :obj:`Message ` is returned. + On success, the sent :obj:`Message ` is returned. Raises: :class:`Error ` @@ -1318,7 +1318,7 @@ class Client: The size of the file. Returns: - On success, the sent :obj:`Message ` is returned. + On success, the sent :obj:`Message ` is returned. Raises: :class:`Error ` @@ -1439,7 +1439,7 @@ class Client: The size of the file. Returns: - On success, the sent :obj:`Message ` is returned. + On success, the sent :obj:`Message ` is returned. Raises: :class:`Error ` @@ -1545,7 +1545,7 @@ class Client: The size of the file. Returns: - On success, the sent :obj:`Message ` is returned. + On success, the sent :obj:`Message ` is returned. Raises: :class:`Error ` @@ -1682,7 +1682,7 @@ class Client: The size of the file. Returns: - On success, the sent :obj:`Message ` is returned. + On success, the sent :obj:`Message ` is returned. Raises: :class:`Error ` @@ -1810,7 +1810,7 @@ class Client: The size of the file. Returns: - On success, the sent :obj:`Message ` is returned. + On success, the sent :obj:`Message ` is returned. Raises: :class:`Error ` @@ -1927,7 +1927,7 @@ class Client: The size of the file. Returns: - On success, the sent :obj:`Message ` is returned. + On success, the sent :obj:`Message ` is returned. Raises: :class:`Error ` @@ -2162,7 +2162,7 @@ class Client: If the message is a reply, ID of the original message Returns: - On success, the sent :obj:`Message ` is returned. + On success, the sent :obj:`Message ` is returned. Raises: :class:`Error ` @@ -2231,7 +2231,7 @@ class Client: If the message is a reply, ID of the original message Returns: - On success, the sent :obj:`Message ` is returned. + On success, the sent :obj:`Message ` is returned. Raises: :class:`Error ` @@ -2297,7 +2297,7 @@ class Client: If the message is a reply, ID of the original message. Returns: - On success, the sent :obj:`Message ` is returned. + On success, the sent :obj:`Message ` is returned. Raises: :class:`Error ` @@ -2424,7 +2424,7 @@ class Client: Disables link previews for links in this message. Returns: - On success, the edited :obj:`Message ` is returned. + On success, the edited :obj:`Message ` is returned. Raises: :class:`Error ` @@ -2473,7 +2473,7 @@ class Client: Defaults to Markdown. Returns: - On success, the edited :obj:`Message ` is returned. + On success, the edited :obj:`Message ` is returned. Raises: :class:`Error ` @@ -3314,7 +3314,7 @@ class Client: A list of Message identifiers in the chat specified in *chat_id*. Returns: - On success, a list of the requested :obj:`Messages ` is returned. + On success, a list of the requested :obj:`Messages ` is returned. Raises: :class:`Error `