mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
Small documentation fix
This commit is contained in:
parent
13d6ce1495
commit
82efc9a154
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ class DownloadMedia(BaseClient):
|
|||
|
||||
Raises:
|
||||
RPCError: In case of a Telegram RPC error.
|
||||
``ValueError`` if the message doesn't contain any downloadable media
|
||||
ValueError: if the message doesn't contain any downloadable media
|
||||
"""
|
||||
error_message = "This message doesn't contain any downloadable media"
|
||||
available_media = ("audio", "document", "photo", "sticker", "animation", "video", "voice", "video_note")
|
||||
|
|
|
|||
Loading…
Reference in a new issue