Preparing search index...
The search index is not available
IM SDK Web API 文档
IM SDK Web API 文档
types/chatroom
ChatRoomMuteEntry
Interface ChatRoomMuteEntry
禁言列表条目。
interface
ChatRoomMuteEntry
{
user
:
UserInfo
;
muteExpire
?:
number
;
duration
?:
number
;
}
Index
Properties
user
mute
Expire?
duration?
Properties
Readonly
user
user
:
UserInfo
被禁言用户的资料。
Optional
Readonly
mute
Expire
muteExpire
?:
number
禁言过期时间。
Optional
Readonly
duration
duration
?:
number
禁言时长,单位通常为秒,具体以服务端返回为准。
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
user
mute
Expire
duration
IM SDK Web API 文档
Loading...
禁言列表条目。