somethjijngs

This commit is contained in:
2026-04-08 20:33:18 +07:00
parent 1be4770afd
commit 2bb12f2ff8
6 changed files with 60 additions and 15 deletions

View File

@@ -51,11 +51,13 @@ async def received_message(
F.message_thread_id.is_not(None),
F.from_user.is_bot == False, # noqa: E712
~Command("close"),
F.text,
)
async def handle_admin_message(
msg: Message, state: FSMContext, session: AsyncSession, deps: DependenciesDTO
):
await state.clear()
print(str(msg))
await deps.user_service.support_answer(session, msg)