2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-09-02 07:15:23 +00:00

Merge branch 'develop' of https://github.com/pyrogram/pyrogram into develop

This commit is contained in:
Dan
2018-07-05 14:57:53 +02:00

View File

@@ -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 <pyrogram.Message>` even if a list contains just one element, otherwise if
:obj:`Messages <pyrogram.Messages>` even if a list contains just one element, otherwise if
*message_ids* was an integer, the single requested :obj:`Message <pyrogram.Message>`
is returned.