Skip to content

Commit 2e846f8

Browse files
OctoNezddelivrance
authored andcommitted
Annotate file-like objects in docstring of send_video
1 parent 4c9fee5 commit 2e846f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyrogram/client/methods/messages/send_video.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def send_video(
6060
For your personal cloud (Saved Messages) you can simply use "me" or "self".
6161
For a contact that exists in your Telegram address book you can use his phone number (str).
6262
63-
video (``str``):
63+
video (``str`` | file-like object):
6464
Video to send.
6565
Pass a file_id as string to send a video that exists on the Telegram servers,
6666
pass an HTTP URL as a string for Telegram to get a video from the Internet, or

0 commit comments

Comments
 (0)