Move non-code files into data folder

This commit is contained in:
Dan 2018-02-26 15:51:31 +01:00
parent 8ad2b69bed
commit 0219ac0b5a
2 changed files with 1 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 40 KiB

View File

@ -10,7 +10,7 @@ client.start()
client.send_message("me", "Hi there! I'm using **Pyrogram**") client.send_message("me", "Hi there! I'm using **Pyrogram**")
# Send a photo with a formatted caption to yourself # Send a photo with a formatted caption to yourself
client.send_photo("me", "pyrogram.png", "__This is a formatted__ **caption**") client.send_photo("me", "data/pyrogram.png", "__This is a formatted__ **caption**")
# Send a location to yourself # Send a location to yourself
client.send_location("me", 51.500729, -0.124583) client.send_location("me", 51.500729, -0.124583)