From 4049b571356353869bcbe512c740993f11f69fa9 Mon Sep 17 00:00:00 2001 From: avi-av <32315634+avi-av@users.noreply.github.com> Date: Thu, 5 Jul 2018 14:42:04 +0300 Subject: [PATCH] Update docs Type returns in the documentation section --- pyrogram/client/methods/messages/get_messages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyrogram/client/methods/messages/get_messages.py b/pyrogram/client/methods/messages/get_messages.py index 49535a40..3c8b4dbe 100644 --- a/pyrogram/client/methods/messages/get_messages.py +++ b/pyrogram/client/methods/messages/get_messages.py @@ -44,7 +44,7 @@ class GetMessages(BaseClient): Returns: On success and in case *message_ids* was a list, the returned value will be a list of the requested - :obj:`Messages ` even if a list contains just one element, otherwise if + :obj:`Messages ` even if a list contains just one element, otherwise if *message_ids* was an integer, the single requested :obj:`Message ` is returned.