diff --git a/telethon/utils.py b/telethon/utils.py index 79a3bc79..6d9d2042 100644 --- a/telethon/utils.py +++ b/telethon/utils.py @@ -24,6 +24,7 @@ from types import GeneratorType from .extensions import markdown, html from .helpers import add_surrogate, del_surrogate, strip_text from .tl import types +from .tl.types import PhotoSize, PhotoSizeEmpty try: import hachoir