We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e99547 commit 5befdc3Copy full SHA for 5befdc3
1 file changed
pyrogram/dispatcher.py
@@ -407,9 +407,9 @@ async def handle_update_handler_exception(
407
self,
408
exc: Exception,
409
update_handler: Handler,
410
- update: pyrogram.raw.base.Update,
411
- users: Dict[int, pyrogram.raw.base.User],
412
- chats: Dict[int, pyrogram.raw.base.Chat]
+ update: "pyrogram.raw.base.Update",
+ users: Dict[int, "pyrogram.raw.base.User"],
+ chats: Dict[int, "pyrogram.raw.base.Chat"]
413
) -> None:
414
handled = False
415
try:
0 commit comments