mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 20:14:51 +00:00
Fix little typos
This commit is contained in:
parent
7b29ada9a1
commit
20ec656d91
1 changed files with 3 additions and 3 deletions
|
|
@ -1324,9 +1324,9 @@ class Client:
|
|||
Video height.
|
||||
|
||||
thumb (:obj:`str`, optional):
|
||||
Video thumbmail.
|
||||
Pass a file path as string to send a image that exists on your local machine.
|
||||
Thumbmail should have 90 or less pixels of width and 90 or less pixels of height.
|
||||
Video thumbnail.
|
||||
Pass a file path as string to send an image that exists on your local machine.
|
||||
Thumbnail should have 90 or less pixels of width and 90 or less pixels of height.
|
||||
|
||||
supports_streaming (:obj:`bool`, optional):
|
||||
Pass True, if the uploaded video is suitable for streaming.
|
||||
|
|
|
|||
Loading…
Reference in a new issue