mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-08 04:52:30 +00:00
Fix some type hints
This commit is contained in:
@@ -45,7 +45,8 @@ FileLike = typing.Union[
|
||||
bytes,
|
||||
io.IOBase,
|
||||
types.TypeMessageMedia,
|
||||
types.TypeInputFile
|
||||
types.TypeInputFile,
|
||||
types.TypeInputFileLocation
|
||||
]
|
||||
|
||||
OutFileLike = typing.Union[
|
||||
|
Reference in New Issue
Block a user