Preparing search index...
The search index is not available
IM SDK Web API 文档
IM SDK Web API 文档
types/chatroom
ChatRoomCurrentUserStatus
Interface ChatRoomCurrentUserStatus
当前用户在聊天室中的状态。
interface
ChatRoomCurrentUserStatus
{
inAllowlist
?:
boolean
;
muted
?:
boolean
;
muteExpireAt
?:
number
;
permissionType
?:
ChatRoomPermissionType
;
}
Index
Properties
in
Allowlist?
muted?
mute
Expire
At?
permission
Type?
Properties
Optional
Readonly
in
Allowlist
inAllowlist
?:
boolean
当前用户是否在白名单中。
Optional
Readonly
muted
muted
?:
boolean
当前用户是否处于禁言状态。
Optional
Readonly
mute
Expire
At
muteExpireAt
?:
number
当前用户的禁言到期时间。
Optional
Readonly
permission
Type
permissionType
?:
ChatRoomPermissionType
当前用户在聊天室中的权限类型。
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
in
Allowlist
muted
mute
Expire
At
permission
Type
IM SDK Web API 文档
Loading...
当前用户在聊天室中的状态。