mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-30 05:48:14 +00:00
Remove data folder
This commit is contained in:
parent
c84c64a5e1
commit
2e60457295
Binary file not shown.
Before Width: | Height: | Size: 40 KiB |
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user