删除聊天室属性时的输入参数。

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

Properties

Properties

keys: readonly string[]

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

isForced?: boolean

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