fixing-polling4

This commit is contained in:
Untone 2023-09-17 12:27:17 +03:00
parent 85708d0dd8
commit 43095c6688

View File

@ -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)