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