interface RemoveChatroomAttributeParams {
    attributeKey: string | string[];
    chatroomId: string;
    isForced?: boolean;
}

Properties

attributeKey: string | string[]

要删除的聊天室自定义属性的 key 列表。

chatroomId: string

聊天室 ID。

isForced?: boolean

强制删除聊天室自定义属性,即是否支持删除其他成员设置的属性。

  • true:是。
  • (默认)false:否。