diff --git a/telethon/tl/patched/__init__.py b/telethon/tl/patched/__init__.py index 21b9b17b..37eeab79 100644 --- a/telethon/tl/patched/__init__.py +++ b/telethon/tl/patched/__init__.py @@ -1,4 +1,2 @@ # Compatibility for people relying on this module -from ..custom.message import Message - -MessageService = MessageEmpty = Message +from ..custom.message import MessageEmpty, MessageService, Message