mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-01 05:04:51 +00:00
Remove data folder
This commit is contained in:
parent
c84c64a5e1
commit
2e60457295
2 changed files with 0 additions and 3 deletions
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…
Reference in a new issue