mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-08 21:10:29 +00:00
Minor documentation and type hint updates
This commit is contained in:
@@ -273,7 +273,7 @@ class DownloadMethods:
|
||||
message: 'hints.MessageLike',
|
||||
file: 'hints.FileLike' = None,
|
||||
*,
|
||||
thumb: 'hints.FileLike' = None,
|
||||
thumb: 'typing.Union[int, types.TypePhotoSize]' = None,
|
||||
progress_callback: 'hints.ProgressCallback' = None) -> typing.Optional[typing.Union[str, bytes]]:
|
||||
"""
|
||||
Downloads the given media from a message object.
|
||||
|
Reference in New Issue
Block a user