fixing-polling5

This commit is contained in:
Untone 2023-09-17 12:28:06 +03:00
parent 43095c6688
commit 45a9dfceaf

View File

@ -31,7 +31,7 @@ async def process_callback(callback_query: CallbackQuery):
await handle_unlink(cbq) await handle_unlink(cbq)
@router.join_request() @router.chat_join_request()
async def join_request_handler(update: ChatJoinRequest) -> None: async def join_request_handler(update: ChatJoinRequest) -> None:
print("chat join request") print("chat join request")
join_request = vars(update) join_request = vars(update)