mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-10 10:49:39 +00:00
5 lines
128 B
Python
5 lines
128 B
Python
# Compatibility for people relying on this module
|
|
from ..custom.message import Message
|
|
|
|
MessageService = MessageEmpty = Message
|