Fix typo in send_video examples (#679)

This commit is contained in:
Gaetano 2021-05-12 09:13:19 +02:00 committed by GitHub
parent e2ef053949
commit a4bb2a3fdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -162,7 +162,7 @@ class SendVideo(Scaffold):
app.send_video("me", "video.mp4", caption="recording")
# Send self-destructing video
app.send_photo("me", "video.mp4", ttl_seconds=10)
app.send_video("me", "video.mp4", ttl_seconds=10)
# Keep track of the progress while uploading
def progress(current, total):