NIMChatroomMember Class Reference
Inherits from | NSObject |
---|---|
Declared in | NIMChatroomMember.h |
userId
用户ID
@property (nullable, nonatomic, copy) NSString *userId
Discussion
用户ID
Declared In
NIMChatroomMember.h
roomNickname
聊天室内的昵称字段,由用户进聊天室时提交。
@property (nullable, nonatomic, copy) NSString *roomNickname
Discussion
聊天室内的昵称字段,由用户进聊天室时提交。
Declared In
NIMChatroomMember.h
roomAvatar
聊天室内的头像字段,由用户进聊天室时提交。
@property (nullable, nonatomic, copy) NSString *roomAvatar
Discussion
聊天室内的头像字段,由用户进聊天室时提交。
Declared In
NIMChatroomMember.h
roomAvatarThumbnail
用户在聊天室内的头像缩略图
@property (nullable, nonatomic, copy, readonly) NSString *roomAvatarThumbnail
Discussion
用户在聊天室内的头像缩略图
仅适用于使用云信上传服务进行上传的资源,否则无效。
Declared In
NIMChatroomMember.h
roomExt
聊天室内预留给开发者的扩展字段,由用户进聊天室时提交。
@property (nullable, nonatomic, copy) NSString *roomExt
Discussion
聊天室内预留给开发者的扩展字段,由用户进聊天室时提交。
Declared In
NIMChatroomMember.h
type
用户类型
@property (nonatomic, assign) NIMChatroomMemberType type
Discussion
用户类型
Declared In
NIMChatroomMember.h
isMuted
是否被禁言
@property (nonatomic, assign) BOOL isMuted
Discussion
是否被禁言
Declared In
NIMChatroomMember.h
isTempMuted
是否被临时禁言
@property (nonatomic, assign) BOOL isTempMuted
Discussion
是否被临时禁言
临时禁言和禁言属性无相关性
Declared In
NIMChatroomMember.h
tempMuteDuration
临时禁言剩余时长
@property (nonatomic, assign) unsigned long long tempMuteDuration
Discussion
临时禁言剩余时长
Declared In
NIMChatroomMember.h
isInBlackList
是否被拉黑
@property (nonatomic, assign) BOOL isInBlackList
Discussion
是否被拉黑
Declared In
NIMChatroomMember.h
isOnline
是否在线, 仅特殊成员才可能离线, 对游客用户而言只能是在线
@property (nonatomic, assign) BOOL isOnline
Discussion
是否在线, 仅特殊成员才可能离线, 对游客用户而言只能是在线
Declared In
NIMChatroomMember.h
enterTimeInterval
进入聊天室的时间点
@property (nonatomic, assign) NSTimeInterval enterTimeInterval
Discussion
进入聊天室的时间点
Declared In
NIMChatroomMember.h
tags
聊天室成员的tags
@property (nullable, nonatomic, copy) NSString *tags
Discussion
聊天室成员的tags
Declared In
NIMChatroomMember.h
notifyTargetTags
聊天室成员的notifyTargetTags
@property (nullable, nonatomic, copy) NSString *notifyTargetTags
Discussion
聊天室成员的notifyTargetTags
Declared In
NIMChatroomMember.h