移除话题成员的参数。

interface RemoveChatThreadMemberParams {
    chatThreadId: string;
    memberId: string;
}

Hierarchy (View Summary)

Properties

chatThreadId: string

子区 ID。

memberId: string

被移除成员的用户 ID。