9#import <Foundation/Foundation.h>
11NS_ASSUME_NONNULL_BEGIN
51@property (nullable,nonatomic,copy) NSString *
userId;
73@property (nullable,nonatomic,copy) NSString *
roomExt;
114@property (nullable,nonatomic,copy) NSString *
tags;
NIMChatroomMemberType
Definition: NIMChatroomMember.h:16
@ NIMChatroomMemberTypeLimit
Definition: NIMChatroomMember.h:24
@ NIMChatroomMemberTypeManager
Definition: NIMChatroomMember.h:36
@ NIMChatroomMemberTypeGuest
Definition: NIMChatroomMember.h:20
@ NIMChatroomMemberTypeNormal
Definition: NIMChatroomMember.h:28
@ NIMChatroomMemberTypeAnonymousGuest
Definition: NIMChatroomMember.h:40
@ NIMChatroomMemberTypeCreator
Definition: NIMChatroomMember.h:32
Definition: NIMChatroomMember.h:47
BOOL isTempMuted
Definition: NIMChatroomMember.h:89
NSString * roomExt
Definition: NIMChatroomMember.h:73
unsigned long long tempMuteDuration
Definition: NIMChatroomMember.h:94
NIMChatroomMemberType type
Definition: NIMChatroomMember.h:78
BOOL isOnline
Definition: NIMChatroomMember.h:104
BOOL isInBlackList
Definition: NIMChatroomMember.h:99
BOOL isMuted
Definition: NIMChatroomMember.h:83
NSTimeInterval enterTimeInterval
Definition: NIMChatroomMember.h:109
NSString * userId
Definition: NIMChatroomMember.h:51
NSString * roomAvatarThumbnail
Definition: NIMChatroomMember.h:68
NSString * roomAvatar
Definition: NIMChatroomMember.h:61
NSString * roomNickname
Definition: NIMChatroomMember.h:56
NSString * notifyTargetTags
Definition: NIMChatroomMember.h:119
NSString * tags
Definition: NIMChatroomMember.h:114