2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-28 21:07:59 +00:00

Clarify default value of supports_streaming parameter (send_video)

This commit is contained in:
Dan 2019-07-10 22:04:57 +02:00
parent d119998212
commit 52b0988af4

View File

@ -89,6 +89,7 @@ class SendVideo(BaseClient):
supports_streaming (``bool``, *optional*):
Pass True, if the uploaded video is suitable for streaming.
Defaults to True.
disable_notification (``bool``, *optional*):
Sends the message silently.