ChatEventHandlerMap: Partial<
    { [K in ChatEventName]: (payload: ChatEventPayloadMap[K]) => {} },
>

Chat 事件处理器映射。