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