diff --git a/Sending-Requests.md b/Sending-Requests.md index d88b88c..533f0d6 100644 --- a/Sending-Requests.md +++ b/Sending-Requests.md @@ -31,7 +31,7 @@ client.send_file(myself, '/path/to/the/file.jpg', force_document=True) where = client.download_profile_photo(someone) # Retrieving the message history -total, messages, senders = client.get_message_history(someone) +messages = client.get_message_history(someone) # Downloading the media from a specific message # You can specify either a directory, a filename, or nothing at all