from ulid import ULID
class ArchonMessageEvent:
def __init__(self):
event_id : ULID
user : str
command : str
target : str
requirement : dict
payload : dict
context : dict