Preparing search index...
The search index is not available
IM SDK Web API 文档
IM SDK Web API 文档
types/chatroom
ChatRoomAdminParams
Interface ChatRoomAdminParams
包含聊天室 ID 的管理员操作参数。
interface
ChatRoomAdminParams
{
chatRoomId
:
string
;
userId
:
string
;
}
Hierarchy (
View Summary
)
ChatRoomMutationTarget
ChatRoomAdminParams
Index
Properties
chat
Room
Id
user
Id
Properties
Readonly
chat
Room
Id
chatRoomId
:
string
聊天室 ID。该参数必传。
Readonly
user
Id
userId
:
string
目标用户 ID。该参数必传。
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
chat
Room
Id
user
Id
IM SDK Web API 文档
Loading...
包含聊天室 ID 的管理员操作参数。