Preparing search index...
The search index is not available
IM SDK Web API 文档
IM SDK Web API 文档
types/chatroom
ChatRoomMuteMembersInput
Interface ChatRoomMuteMembersInput
禁言成员时的输入参数。
interface
ChatRoomMuteMembersInput
{
userIds
:
readonly
string
[]
;
duration
:
number
;
}
Index
Properties
user
Ids
duration
Properties
Readonly
user
Ids
userIds
:
readonly
string
[]
待禁言的用户 ID 列表。该参数必传。
Readonly
duration
duration
:
number
禁言时长,单位为秒。
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
user
Ids
duration
IM SDK Web API 文档
Loading...
禁言成员时的输入参数。