mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-03 14:04:51 +00:00
Fix example typo (#1020)
This commit is contained in:
parent
caa26b2c6a
commit
34ffc4991a
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ class SendPhoto:
|
||||||
await app.send_photo("me", "photo.jpg")
|
await app.send_photo("me", "photo.jpg")
|
||||||
|
|
||||||
# Send photo by uploading from URL
|
# Send photo by uploading from URL
|
||||||
await app.send_photo("me", "https://example.com/example.jpg)
|
await app.send_photo("me", "https://example.com/example.jpg")
|
||||||
|
|
||||||
# Add caption to a photo
|
# Add caption to a photo
|
||||||
await app.send_photo("me", "photo.jpg", caption="Caption")
|
await app.send_photo("me", "photo.jpg", caption="Caption")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue