update readme: get_message_history was deprecated

This commit is contained in:
Jeff 2018-04-08 17:11:13 +08:00
parent ae3957e843
commit 103be1d495

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])