From a547eb6fa15b69cb3084eee6e8f693ca3407f7b0 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Mon, 16 Apr 2018 12:52:32 +0200 Subject: [PATCH] Update get_messages docstrings --- 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 82605595..937ff3d8 100644 --- a/pyrogram/client/client.py +++ b/pyrogram/client/client.py @@ -3314,7 +3314,7 @@ class Client: A list of Message identifiers in the chat specified in *chat_id*. Returns: - List of the requested messages + On success, a list of the requested :obj:`Messages ` is returned. Raises: :class:`Error `