9#import <Foundation/Foundation.h>
12NS_ASSUME_NONNULL_BEGIN
18@property (nonatomic, assign)
unsigned long long serverId;
23@property (nonatomic, assign) NSInteger
appId;
28@property (nullable, nonatomic, copy) NSString *
name;
33@property (nullable, nonatomic, copy) NSString *
icon;
38@property (nullable, nonatomic, copy) NSString *
custom;
43@property (nullable, nonatomic, copy) NSString *
owner;
88@property (nullable, nonatomic, copy) NSNumber *
searchType;
NIMQChatServerInviteMode
Definition: NIMQChatDefs.h:434
NIMQChatServerApplyMode
Definition: NIMQChatDefs.h:440
Definition: NIMQChatServer.h:15
NSInteger catogeryNumber
Definition: NIMQChatServer.h:83
NSString * owner
Definition: NIMQChatServer.h:43
NSInteger channelNumber
Definition: NIMQChatServer.h:78
NSNumber * searchType
Definition: NIMQChatServer.h:88
NSString * icon
Definition: NIMQChatServer.h:33
NIMQChatServerApplyMode applyMode
Definition: NIMQChatServer.h:58
NSInteger memberNumber
Definition: NIMQChatServer.h:48
NSTimeInterval createTime
Definition: NIMQChatServer.h:68
NSInteger appId
Definition: NIMQChatServer.h:23
NSString * name
Definition: NIMQChatServer.h:28
NSString * custom
Definition: NIMQChatServer.h:38
NSTimeInterval updateTime
Definition: NIMQChatServer.h:73
NIMQChatServerInviteMode inviteMode
Definition: NIMQChatServer.h:53
BOOL searchEnable
Definition: NIMQChatServer.h:93
BOOL validFlag
Definition: NIMQChatServer.h:63
long reorderWeight
Definition: NIMQChatServer.h:98
unsigned long long serverId
Definition: NIMQChatServer.h:18