mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-08 16:04:51 +00:00
Reword send_animation's thumb parameter description
This commit is contained in:
parent
28af5e14b4
commit
61e6e58be7
1 changed files with 4 additions and 3 deletions
|
|
@ -73,9 +73,10 @@ class SendAnimation(BaseClient):
|
||||||
Animation height.
|
Animation height.
|
||||||
|
|
||||||
thumb (``str``, *optional*):
|
thumb (``str``, *optional*):
|
||||||
Animation thumbnail.
|
Thumbnail of the animation file sent.
|
||||||
Pass a file path as string to send an image that exists on your local machine.
|
The thumbnail should be in JPEG format and less than 200 KB in size.
|
||||||
Thumbnail should have 90 or less pixels of width and 90 or less pixels of height.
|
A thumbnail's width and height should not exceed 90 pixels.
|
||||||
|
Thumbnails can't be reused and can be only uploaded as a new file.
|
||||||
|
|
||||||
disable_notification (``bool``, *optional*):
|
disable_notification (``bool``, *optional*):
|
||||||
Sends the message silently.
|
Sends the message silently.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue