create event

This commit is contained in:
2025-10-03 14:09:43 +03:00
parent 2056558ea8
commit 7734adda8b
18 changed files with 399 additions and 88 deletions

View File

@@ -0,0 +1,8 @@
from aiogram.types import User
from aiogram_dialog import DialogManager
async def event_data_getter(
dialog_manager: DialogManager, event_from_user: User, **kwargs
):
return {"event_obj": dialog_manager.dialog_data["event_obj"]}