话题公开事件的基础公共载荷。

interface ChatThreadBaseEventPayload {
    chatThreadId: string;
    parentId: string;
    operatorId?: string;
    timestamp: number;
}

Hierarchy (View Summary)

Properties

chatThreadId: string

话题 ID。

parentId: string

话题所属的父级群组 ID。

operatorId?: string

触发该事件的操作者用户 ID。

timestamp: number

事件发生的时间戳。