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