9#import <Foundation/Foundation.h>
11NS_ASSUME_NONNULL_BEGIN
18@property (nonatomic, assign)
unsigned long long serverId;
22@property (nonatomic, assign)
unsigned long long channelId;
26@property (nonatomic, copy) NSString *
avatar;
31@property (nonatomic, copy) NSString *
accid;
36@property (nonatomic, copy) NSString *
nick;
Definition: NIMQChatChannelMember.h:14
NSTimeInterval updateTime
Definition: NIMQChatChannelMember.h:46
NSString * nick
Definition: NIMQChatChannelMember.h:36
unsigned long long serverId
Definition: NIMQChatChannelMember.h:18
NSTimeInterval createTime
Definition: NIMQChatChannelMember.h:41
NSString * accid
Definition: NIMQChatChannelMember.h:31
unsigned long long channelId
Definition: NIMQChatChannelMember.h:22
NSString * avatar
Definition: NIMQChatChannelMember.h:26