11#import <Foundation/Foundation.h>
14NS_ASSUME_NONNULL_BEGIN
24@property (nullable, nonatomic, strong) NSString *
keyword;
29@property (nonatomic, assign)
unsigned long long serverId;
34@property (nonatomic, assign)
unsigned long long channelId;
44@property (nonatomic, assign) NSTimeInterval
fromTime;
49@property (nonatomic, assign) NSTimeInterval
toTime;
54@property (nonatomic, copy) NSArray <NSNumber *> *
msgTypes;
59@property (nullable, nonatomic, copy) NSArray <NSNumber *> *
subTypes;
69@property (nonatomic, assign) BOOL
order;
74@property (nonatomic, assign) NSInteger
limit;
84@property (nullable, nonatomic, strong) NSString *
cursor;
NIMQChatSearchMessageSortType
Definition: NIMQChatDefs.h:489
Definition: NIMQChatSearchMsgByPageParam.h:20
NSTimeInterval toTime
Definition: NIMQChatSearchMsgByPageParam.h:49
NSTimeInterval fromTime
Definition: NIMQChatSearchMsgByPageParam.h:44
BOOL order
Definition: NIMQChatSearchMsgByPageParam.h:69
NSString * fromAccount
Definition: NIMQChatSearchMsgByPageParam.h:39
NSInteger limit
Definition: NIMQChatSearchMsgByPageParam.h:74
NSString * keyword
Definition: NIMQChatSearchMsgByPageParam.h:24
NSString * cursor
Definition: NIMQChatSearchMsgByPageParam.h:84
BOOL includeSelf
Definition: NIMQChatSearchMsgByPageParam.h:64
unsigned long long serverId
Definition: NIMQChatSearchMsgByPageParam.h:29
NIMQChatSearchMessageSortType sortType
Definition: NIMQChatSearchMsgByPageParam.h:79
NSArray< NSNumber * > * subTypes
Definition: NIMQChatSearchMsgByPageParam.h:59
unsigned long long channelId
Definition: NIMQChatSearchMsgByPageParam.h:34
NSArray< NSNumber * > * msgTypes
Definition: NIMQChatSearchMsgByPageParam.h:54