Skip to content

Commit

Permalink
Remove ConversationHandler class.
Browse files Browse the repository at this point in the history
Signed-off-by: Aliwoto <[email protected]>
  • Loading branch information
ALiwoto committed Dec 15, 2024
1 parent e338108 commit 319b22e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 75 deletions.
7 changes: 0 additions & 7 deletions pyrogram/dispatcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@
UpdateBotChatInviteRequester, UpdateStory
)

from pyrogram.handlers import (
ConversationHandler
)

log = logging.getLogger(__name__)


Expand Down Expand Up @@ -72,9 +68,6 @@ def __init__(self, client: "pyrogram.Client"):
self.updates_queue = asyncio.Queue()
self.groups = OrderedDict()

self.conversation_handler = ConversationHandler()
self.groups[0] = [self.conversation_handler]

async def message_parser(update, users, chats):
return (
await pyrogram.types.Message._parse(
Expand Down
68 changes: 0 additions & 68 deletions pyrogram/handlers/conversation_handler.py

This file was deleted.

0 comments on commit 319b22e

Please sign in to comment.