共用方式為


AcsChatThreadEventBase type

所有聊天對話事件的通用屬性架構

type AcsChatThreadEventBase = AcsChatEventBase & {
  createTime: string
  version: number
}