mirror of
https://github.com/pyrogram/pyrogram
synced 2025-09-05 00:35:10 +00:00
Move message_parser outside
This commit is contained in:
@@ -24,7 +24,7 @@ from threading import Thread
|
||||
|
||||
import pyrogram
|
||||
from pyrogram.api import types
|
||||
from . import message_parser
|
||||
from .. import message_parser
|
||||
from ..handler import (
|
||||
Handler, MessageHandler, RawUpdateHandler
|
||||
)
|
||||
|
@@ -20,7 +20,7 @@ from struct import pack
|
||||
|
||||
import pyrogram
|
||||
from pyrogram.api import types
|
||||
from ..utils import encode
|
||||
from .utils import encode
|
||||
|
||||
# TODO: Organize the code better?
|
||||
|
Reference in New Issue
Block a user