Several documentation fixes/additions (#750)

This commit is contained in:
Jeff
2018-04-08 20:15:26 +08:00
committed by Lonami
parent 8e01946957
commit 259bb6ace1
5 changed files with 24 additions and 48 deletions

View File

@@ -52,7 +52,7 @@ Doing stuff
client.send_file('username', '/home/myself/Pictures/holidays.jpg')
client.download_profile_photo('me')
messages = client.get_message_history('username')
messages = client.get_messages('username')
client.download_media(messages[0])