1 parent caa26b2 commit 34ffc49Copy full SHA for 34ffc49
1 file changed
pyrogram/methods/messages/send_photo.py
@@ -131,7 +131,7 @@ async def send_photo(
131
await app.send_photo("me", "photo.jpg")
132
133
# Send photo by uploading from URL
134
- await app.send_photo("me", "https://example.com/example.jpg)
+ await app.send_photo("me", "https://example.com/example.jpg")
135
136
# Add caption to a photo
137
await app.send_photo("me", "photo.jpg", caption="Caption")
0 commit comments