Preparing search index...
The search index is not available
IM SDK Web API 文档
IM SDK Web API 文档
types/chatroom
ChatRoomAttributeMutationResult
Interface ChatRoomAttributeMutationResult
聊天室属性批量变更的结果。
interface
ChatRoomAttributeMutationResult
{
chatRoomId
:
string
;
appliedKeys
:
readonly
string
[]
;
failedKeys
:
Readonly
<
Record
<
string
,
{
code
:
number
;
message
:
string
}
>
>
;
}
Index
Properties
chat
Room
Id
applied
Keys
failed
Keys
Properties
Readonly
chat
Room
Id
chatRoomId
:
string
聊天室 ID。
Readonly
applied
Keys
appliedKeys
:
readonly
string
[]
已成功应用的属性 key 列表。
Readonly
failed
Keys
failedKeys
:
Readonly
<
Record
<
string
,
{
code
:
number
;
message
:
string
}
>
>
设置或删除失败的属性 key 与错误信息的映射。
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
chat
Room
Id
applied
Keys
failed
Keys
IM SDK Web API 文档
Loading...
聊天室属性批量变更的结果。