mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-12-07 02:03:54 +03: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
|