2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-30 13:57:54 +00:00

Remove data folder

This commit is contained in:
Dan
2018-04-14 16:12:52 +02:00
parent c84c64a5e1
commit 2e60457295
2 changed files with 0 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

View File

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