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 `