Exemplo n.º 1
0
 async def check(ev: EventBase, state):
     ev.content = {"x": "y"}
     return True
Exemplo n.º 2
0
 async def check(
         ev: EventBase,
         state: StateMap[EventBase]) -> Tuple[bool, Optional[JsonDict]]:
     ev.content = {"x": "y"}
     return True, None