mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-10 19:46:36 +03:00
Update README.rst
This commit is contained in:
parent
4a139b0ae4
commit
ea436a4fac
|
@ -47,7 +47,7 @@ Doing stuff
|
||||||
client.send_file('username', '/home/myself/Pictures/holidays.jpg')
|
client.send_file('username', '/home/myself/Pictures/holidays.jpg')
|
||||||
|
|
||||||
client.download_profile_photo(me)
|
client.download_profile_photo(me)
|
||||||
total, messages, senders = client.get_message_history('username')
|
messages = client.get_message_history('username')
|
||||||
client.download_media(messages[0])
|
client.download_media(messages[0])
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user