6#import <Foundation/Foundation.h>
17@property(nonnull, nonatomic, copy) NSString*
keyword;
22@property(nonatomic, assign) BOOL
asc;
32@property(nullable, nonatomic, copy) NSNumber *
startTime;
37@property(nullable, nonatomic, copy) NSNumber *
endTime;
42@property(nullable, nonatomic, copy) NSNumber *
limit;
47@property(nullable, nonatomic, copy) NSArray<NSNumber *> *
serverTypes;
57@property(nullable, nonatomic, copy) NSString *
cursor;
NIMQChatSearchServerType
Definition: NIMQChatDefs.h:467
NIMQChatSearchServerSortType
Definition: NIMQChatDefs.h:472
Definition: NIMQChatSearchServerByPageParam.h:13
BOOL asc
Definition: NIMQChatSearchServerByPageParam.h:22
NSArray< NSNumber * > * serverTypes
Definition: NIMQChatSearchServerByPageParam.h:47
NIMQChatSearchServerSortType sortType
Definition: NIMQChatSearchServerByPageParam.h:52
NSNumber * endTime
Definition: NIMQChatSearchServerByPageParam.h:37
NSString * cursor
Definition: NIMQChatSearchServerByPageParam.h:57
NIMQChatSearchServerType searchType
Definition: NIMQChatSearchServerByPageParam.h:27
NSString * keyword
Definition: NIMQChatSearchServerByPageParam.h:17
NSNumber * limit
Definition: NIMQChatSearchServerByPageParam.h:42
NSNumber * startTime
Definition: NIMQChatSearchServerByPageParam.h:32