NIMFetchServerSessionOption Class Reference
| Inherits from | NSObject | 
|---|---|
| Declared in | NIMRecentSession.h | 
  minTimestamp
	最小时间戳,作为请求参数时表示增量获取Session列表,单位毫秒
@property (nonatomic, assign) NSTimeInterval minTimestampDiscussion
最小时间戳,作为请求参数时表示增量获取Session列表,单位毫秒
Declared In
NIMRecentSession.h
  maxTimestamp
	最大时间戳,翻页时使用, 单位毫秒,默认为当前时间
@property (nonatomic, assign) NSTimeInterval maxTimestampDiscussion
最大时间戳,翻页时使用, 单位毫秒,默认为当前时间
Declared In
NIMRecentSession.h
  needLastMessage
	是否需要lastMsg,默认 YES
@property (nonatomic, assign) BOOL needLastMessageDiscussion
是否需要lastMsg,默认 YES
Declared In
NIMRecentSession.h
  limit
	结果集limit,最大100,默认100
@property (nonatomic, assign) NSInteger limitDiscussion
结果集limit,最大100,默认100
Declared In
NIMRecentSession.h