包含聊天室 ID 的属性删除参数。

interface RemoveChatRoomAttributesParams {
    chatRoomId: string;
    keys: readonly string[];
    isForced?: boolean;
}

Hierarchy (View Summary)

Properties

chatRoomId: string

聊天室 ID。该参数必传。

keys: readonly string[]

待删除的属性 key 列表。该参数必传。

isForced?: boolean

是否允许删除其他成员设置的属性。默认值为 false