Merge pull request #95 from avi-av/develop

Update docs
This commit is contained in:
Dan 2018-07-05 14:54:59 +02:00 committed by GitHub
commit 3e671dfbfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.