9#import <Foundation/Foundation.h>
10#import "AgoraChatConversation.h"
12NS_ASSUME_NONNULL_BEGIN
21@property (nonatomic,strong) NSString* _Nullable from;
23@property (nonatomic,strong) NSArray<NSNumber*>* _Nullable
msgTypes;
29@property (nonatomic) AgoraChatMessageSearchDirection
direction;
Definition: AgoraChatFetchServerMessagesOption.h:20
NSInteger endTime
Definition: AgoraChatFetchServerMessagesOption.h:27
NSArray< NSNumber * > *_Nullable msgTypes
Definition: AgoraChatFetchServerMessagesOption.h:23
NSInteger startTime
Definition: AgoraChatFetchServerMessagesOption.h:25
BOOL isSave
Definition: AgoraChatFetchServerMessagesOption.h:31
AgoraChatMessageSearchDirection direction
Definition: AgoraChatFetchServerMessagesOption.h:29