From e47f692b4f8a7f4e1aa7427edd329919f7731cd5 Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Thu, 10 Apr 2025 04:10:15 +0300 Subject: [PATCH] Update aiogram/dispatcher/dispatcher.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- aiogram/dispatcher/dispatcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiogram/dispatcher/dispatcher.py b/aiogram/dispatcher/dispatcher.py index 269661fc..63fd33c2 100644 --- a/aiogram/dispatcher/dispatcher.py +++ b/aiogram/dispatcher/dispatcher.py @@ -329,7 +329,7 @@ class Dispatcher(Router): :param handle_update: Coroutine that processes the update :param semaphore: Semaphore to limit concurrent tasks - :return: None + :return: bool indicating the result of the update processing """ try: return await handle_update