创建 ChatThread 的参数。

interface CreateChatThreadParams {
    parentId: string;
    name: string;
    messageId: string;
}

Properties

parentId: string

所属群组 ID。

name: string

消息话题名称。

messageId: string

父消息 ID。