更新 ChatThread 名称的参数。

interface UpdateChatThreadNameParams {
    chatThreadId: string;
    name: string;
}

Hierarchy (View Summary)

Properties

Properties

chatThreadId: string

子区 ID。

name: string

新子区名称。