9#import <Foundation/Foundation.h>
13NS_ASSUME_NONNULL_BEGIN
22@property (nonatomic, assign)
unsigned long long serverId;
26@property (nonatomic, assign)
unsigned long long roleId;
30@property (nonatomic, copy) NSString *
accid;
34@property (nonatomic, assign)
unsigned long long categoryId;
38@property (nonatomic, copy) NSArray <NIMQChatPermissionStatusInfo *> *
auths;
51@property (nonatomic, copy) NSString *
nick;
55@property (nonatomic, copy) NSString *
avatar;
59@property (nonatomic, copy) NSString *
custom;
67@property (nonatomic, assign) NSTimeInterval
joinTime;
71@property (nonatomic, copy) NSString *
inviter;
NIMQChatServerMemberType
Definition: NIMQChatDefs.h:408
Definition: NIMQChatChannelCategoryMemberRole.h:18
NSTimeInterval joinTime
Definition: NIMQChatChannelCategoryMemberRole.h:67
NSString * custom
Definition: NIMQChatChannelCategoryMemberRole.h:59
NSString * inviter
Definition: NIMQChatChannelCategoryMemberRole.h:71
NSArray< NIMQChatPermissionStatusInfo * > * auths
Definition: NIMQChatChannelCategoryMemberRole.h:38
NSString * nick
Definition: NIMQChatChannelCategoryMemberRole.h:51
NSTimeInterval createTime
Definition: NIMQChatChannelCategoryMemberRole.h:43
unsigned long long categoryId
Definition: NIMQChatChannelCategoryMemberRole.h:34
unsigned long long roleId
Definition: NIMQChatChannelCategoryMemberRole.h:26
unsigned long long serverId
Definition: NIMQChatChannelCategoryMemberRole.h:22
NIMQChatServerMemberType type
Definition: NIMQChatChannelCategoryMemberRole.h:63
NSTimeInterval updateTime
Definition: NIMQChatChannelCategoryMemberRole.h:47
NSString * accid
Definition: NIMQChatChannelCategoryMemberRole.h:30
NSString * avatar
Definition: NIMQChatChannelCategoryMemberRole.h:55
Definition: NIMQChatPermissionStatusInfo.h:15