diff --git a/telethon/tl/patched/__init__.py b/telethon/tl/patched/__init__.py new file mode 100644 index 00000000..21b9b17b --- /dev/null +++ b/telethon/tl/patched/__init__.py @@ -0,0 +1,4 @@ +# Compatibility for people relying on this module +from ..custom.message import Message + +MessageService = MessageEmpty = Message