diff --git a/examples/data/pyrogram.png b/examples/data/pyrogram.png deleted file mode 100644 index 57bfefe8..00000000 Binary files a/examples/data/pyrogram.png and /dev/null differ diff --git a/examples/hello_world.py b/examples/hello_world.py index 5c3f0304..386cd38b 100644 --- a/examples/hello_world.py +++ b/examples/hello_world.py @@ -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)