mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-11-15 23:35:14 +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
|