9#import <Foundation/Foundation.h>
11NS_ASSUME_NONNULL_BEGIN
56@property (nullable,nonatomic,readonly,copy) NSDictionary *
localExt;
61@property (nonatomic,readonly,assign) NSTimeInterval
updateTime;
94@property (nonatomic, strong) NSArray<NSNumber *> *filterLastMessageTypes;
106@property (nonatomic, assign) NSTimeInterval minTimestamp;
111@property (nonatomic, assign) NSTimeInterval maxTimestamp;
116@property (nonatomic, assign) BOOL needLastMessage;
122@property (nonatomic, assign) NSInteger limit;
NIMLastMsgType
Definition: NIMRecentSession.h:20
@ NIMLastMsgTypeNormalMessage
Definition: NIMRecentSession.h:24
@ NIMLastMsgTypeRevokeNotication
Definition: NIMRecentSession.h:28
Definition: NIMRecentSession.h:102
Definition: NIMMessage.h:91
Definition: NIMRecentSession.h:37
NIMLastMsgType lastMessageType
Definition: NIMRecentSession.h:72
NIMSession * session
Definition: NIMRecentSession.h:41
NSInteger unreadCount
Definition: NIMRecentSession.h:51
NSTimeInterval updateTime
Definition: NIMRecentSession.h:61
NIMMessage * lastMessage
Definition: NIMRecentSession.h:46
NSDictionary * localExt
Definition: NIMRecentSession.h:56
NIMRevokeMessageNotification * lastRevokeNotification
Definition: NIMRecentSession.h:79
NSString * serverExt
Definition: NIMRecentSession.h:67
Definition: NIMRecentSession.h:88
Definition: NIMRevokeMessageNotification.h:45
Definition: NIMSession.h:49