Preparing search index...
The search index is not available
IM SDK Web API 文档
IM SDK Web API 文档
types/chatroom
RemoveChatRoomAttributesInput
Interface RemoveChatRoomAttributesInput
删除聊天室属性时的输入参数。
interface
RemoveChatRoomAttributesInput
{
keys
:
readonly
string
[]
;
isForced
?:
boolean
;
}
Index
Properties
keys
is
Forced?
Properties
Readonly
keys
keys
:
readonly
string
[]
待删除的属性 key 列表。该参数必传。
Optional
Readonly
is
Forced
isForced
?:
boolean
是否允许删除其他成员设置的属性。默认值为
false
。
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
keys
is
Forced
IM SDK Web API 文档
Loading...
删除聊天室属性时的输入参数。