fixing-polling5
This commit is contained in:
parent
43095c6688
commit
45a9dfceaf
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user