Preparing search index...
The search index is not available
IM SDK Web API 文档
IM SDK Web API 文档
types/chatroom
ChatRoomMuteMembersParams
Interface ChatRoomMuteMembersParams
包含聊天室 ID 的禁言成员参数。
interface
ChatRoomMuteMembersParams
{
chatRoomId
:
string
;
userIds
:
readonly
string
[]
;
duration
:
number
;
}
Hierarchy (
View Summary
)
ChatRoomMutationTarget
ChatRoomMuteMembersParams
Index
Properties
chat
Room
Id
user
Ids
duration
Properties
Readonly
chat
Room
Id
chatRoomId
:
string
聊天室 ID。该参数必传。
Readonly
user
Ids
userIds
:
readonly
string
[]
待禁言的用户 ID 列表。该参数必传。
Readonly
duration
duration
:
number
禁言时长,单位为秒。
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
chat
Room
Id
user
Ids
duration
IM SDK Web API 文档
Loading...
包含聊天室 ID 的禁言成员参数。