pyrofork/pyrogram/errors/pyromod/__init__.py
Cezar H 8aee144313
Added Conversation Support Based on Pyromodv2
Co-authored-by: Alisson Lauffer <alissonvitortc@gmail.com>
Co-authored-by: Yasir Aris M <git@yasirdev.my.id>
Co-authored-by: wulan17 <wulan17@nusantararom.org>
Signed-off-by: Yasir Aris M <git@yasirdev.my.id>
Signed-off-by: wulan17 <wulan17@nusantararom.org>
2023-11-25 21:51:41 +07:00

4 lines
No EOL
141 B
Python

from .listener_stopped import ListenerStopped
from .listener_timeout import ListenerTimeout
__all__ = ["ListenerStopped", "ListenerTimeout"]