Update send_audio docstrings

This commit is contained in:
Dan 2018-09-12 08:14:49 +02:00 committed by GitHub
parent d5ca99dfff
commit 6a4bf23b09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,9 +76,10 @@ class SendAudio(BaseClient):
Track name. Track name.
thumb (``str``, *optional*): thumb (``str``, *optional*):
Audio thumbnail. Thumbnail of the music file album cover.
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.