mirror of
https://github.com/djimboy/djimbo_template_aio3.git
synced 2026-07-25 09:44:29 +00:00
Update
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user