From 43095c6688a4cb92fce787027a82c34cdca9c52d Mon Sep 17 00:00:00 2001 From: Untone Date: Sun, 17 Sep 2023 12:27:17 +0300 Subject: [PATCH] fixing-polling4 --- bot/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/main.py b/bot/main.py index 1d8f750..486877b 100644 --- a/bot/main.py +++ b/bot/main.py @@ -31,7 +31,7 @@ async def process_callback(callback_query: CallbackQuery): await handle_unlink(cbq) -@router.chat_join_request_handler() +@router.join_request() async def join_request_handler(update: ChatJoinRequest) -> None: print("chat join request") join_request = vars(update)