mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-16 20:59:29 +00:00
Add handlers to __init__ file
This commit is contained in:
parent
331eb62455
commit
7bd52c3718
@ -34,3 +34,7 @@ from .client.input_media_photo import InputMediaPhoto
|
||||
from .client.input_media_video import InputMediaVideo
|
||||
from .client.input_phone_contact import InputPhoneContact
|
||||
from .client import Emoji
|
||||
from .client.handler import (
|
||||
MessageHandler, EditedMessageHandler, ChannelPostHandler,
|
||||
EditedChannelPostHandler
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user