2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-28 12:57:52 +00:00

Fix little typos

This commit is contained in:
Dan 2018-03-08 10:11:47 +01:00
parent 7b29ada9a1
commit 20ec656d91

View File

@ -1324,9 +1324,9 @@ class Client:
Video height. Video height.
thumb (:obj:`str`, optional): thumb (:obj:`str`, optional):
Video thumbmail. Video thumbnail.
Pass a file path as string to send a image that exists on your local machine. Pass a file path as string to send an image that exists on your local machine.
Thumbmail should have 90 or less pixels of width and 90 or less pixels of height. Thumbnail should have 90 or less pixels of width and 90 or less pixels of height.
supports_streaming (:obj:`bool`, optional): supports_streaming (:obj:`bool`, optional):
Pass True, if the uploaded video is suitable for streaming. Pass True, if the uploaded video is suitable for streaming.