Skip to content

Commit 2e60457

Browse files
committed
Remove data folder
1 parent c84c64a commit 2e60457

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

examples/data/pyrogram.png

-40.4 KB
Binary file not shown.

examples/hello_world.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
# Send a message to yourself, Markdown is enabled by default
1010
client.send_message("me", "Hi there! I'm using **Pyrogram**")
1111

12-
# Send a photo with a formatted caption to yourself
13-
client.send_photo("me", "data/pyrogram.png", "__This is a formatted__ **caption**")
14-
1512
# Send a location to yourself
1613
client.send_location("me", 51.500729, -0.124583)
1714

0 commit comments

Comments
 (0)