This commit is contained in:
djimbo
2022-09-24 20:38:34 +03:00
parent 359b9717ec
commit 9213a80cb9
16 changed files with 77 additions and 49 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ router = Router()
# Колбэк с удалением сообщения
@router.callback_query(text="close_this")
async def processing_callback_remove(call: CallbackQuery, state: FSM):
async def processing_callback_close(call: CallbackQuery, state: FSM):
await call.message.delete()