We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c9fee5 commit 2e846f8Copy full SHA for 2e846f8
1 file changed
pyrogram/client/methods/messages/send_video.py
@@ -60,7 +60,7 @@ def send_video(
60
For your personal cloud (Saved Messages) you can simply use "me" or "self".
61
For a contact that exists in your Telegram address book you can use his phone number (str).
62
63
- video (``str``):
+ video (``str`` | file-like object):
64
Video to send.
65
Pass a file_id as string to send a video that exists on the Telegram servers,
66
pass an HTTP URL as a string for Telegram to get a video from the Internet, or
0 commit comments