Preparing search index...
The search index is not available
IM SDK Web API 文档
IM SDK Web API 文档
types/chatroom
ChatRoomMemberActionResult
Interface ChatRoomMemberActionResult
单个成员操作的结果。
interface
ChatRoomMemberActionResult
{
chatRoomId
:
string
;
user
:
UserInfo
;
action
:
string
;
reason
?:
string
;
}
Index
Properties
chat
Room
Id
user
action
reason?
Properties
Readonly
chat
Room
Id
chatRoomId
:
string
聊天室 ID。
Readonly
user
user
:
UserInfo
目标用户资料。
Readonly
action
action
:
string
操作名称。
Optional
Readonly
reason
reason
?:
string
失败原因。该字段通常仅在操作失败时返回。
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
chat
Room
Id
user
action
reason
IM SDK Web API 文档
Loading...
单个成员操作的结果。