Preparing search index...
The search index is not available
IM SDK Web API 文档
IM SDK Web API 文档
types/chatroom
ChatRoomMemberActionListResult
Interface ChatRoomMemberActionListResult
批量成员操作的结果。
interface
ChatRoomMemberActionListResult
{
succeeded
:
readonly
ChatRoomMemberActionResult
[]
;
failed
:
readonly
ChatRoomMemberActionResult
[]
;
}
Index
Properties
succeeded
failed
Properties
Readonly
succeeded
succeeded
:
readonly
ChatRoomMemberActionResult
[]
操作成功的目标用户结果列表。
Readonly
failed
failed
:
readonly
ChatRoomMemberActionResult
[]
操作失败的目标用户结果列表。
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
succeeded
failed
IM SDK Web API 文档
Loading...
批量成员操作的结果。