NIMCollectQueryOptions Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | NIMCollectQueryOptions.h |
fromTime
最小时间(s)
@property (nonatomic, assign) NSTimeInterval fromTimeDiscussion
最小时间(s)
Declared In
NIMCollectQueryOptions.h
toTime
最大时间,传0表示当前时间(s)
@property (nonatomic, assign) NSTimeInterval toTimeDiscussion
最大时间,传0表示当前时间(s)
Declared In
NIMCollectQueryOptions.h
excludeId
上一页最后一条ID,第一条传0
@property (nonatomic, assign) NSInteger excludeIdDiscussion
上一页最后一条ID,第一条传0
Declared In
NIMCollectQueryOptions.h
limit
查询条数,默认100
@property (nonatomic, assign) NSInteger limitDiscussion
查询条数,默认100
Declared In
NIMCollectQueryOptions.h
reverse
是否倒序
@property (nonatomic, assign) BOOL reverseDiscussion
是否倒序
Declared In
NIMCollectQueryOptions.h
type
收藏类型
@property (nonatomic, assign) NSInteger typeDiscussion
收藏类型
Declared In
NIMCollectQueryOptions.h