9#import <Foundation/Foundation.h>
13NS_ASSUME_NONNULL_BEGIN
22@property (nonatomic, assign)
unsigned long long serverId;
26@property (nullable, nonatomic, copy)NSString *
name;
30@property (nullable, nonatomic, copy)NSString *
icon;
34@property (nullable, nonatomic, copy)NSString *
custom;
38@property (nullable, nonatomic, copy) NSNumber *
inviteMode;
43@property (nullable, nonatomic, copy) NSNumber *
applyMode;
48@property (nullable, nonatomic, copy) NSNumber *
searchType;
Definition: NIMQChatServer.h:15
Definition: NIMQChatUpdateServerParam.h:19
unsigned long long serverId
Definition: NIMQChatUpdateServerParam.h:22
NSString * name
Definition: NIMQChatUpdateServerParam.h:26
NSString * antispamBusinessId
Definition: NIMQChatUpdateServerParam.h:58
NSNumber * searchType
Definition: NIMQChatUpdateServerParam.h:48
NSNumber * applyMode
Definition: NIMQChatUpdateServerParam.h:43
NSString * custom
Definition: NIMQChatUpdateServerParam.h:34
NSString * icon
Definition: NIMQChatUpdateServerParam.h:30
NSNumber * searchEnable
Definition: NIMQChatUpdateServerParam.h:53
NSNumber * inviteMode
Definition: NIMQChatUpdateServerParam.h:38