NIMQChatGetInviteApplyRecordOfSelfParam Class Reference
Inherits from | NSObject |
---|---|
Conforms to | NSCopying |
Declared in | NIMQChatGetInviteApplyRecordOfSelfParam.h |
fromTime
开始时间(秒),NSTimeInterval
@property (nullable, nonatomic, copy) NSNumber *fromTime
Discussion
开始时间(秒),NSTimeInterval
Declared In
NIMQChatGetInviteApplyRecordOfSelfParam.h
toTime
结束时间(秒),NSTimeInterval
@property (nullable, nonatomic, copy) NSNumber *toTime
Discussion
结束时间(秒),NSTimeInterval
Declared In
NIMQChatGetInviteApplyRecordOfSelfParam.h
reverse
是否逆序,同历史消息查询,默认从现在查到过去,BOOL
@property (nullable, nonatomic, copy) NSNumber *reverse
Discussion
是否逆序,同历史消息查询,默认从现在查到过去,BOOL
Declared In
NIMQChatGetInviteApplyRecordOfSelfParam.h
limit
最大数量限制,默认100,最大100,NSInteger
@property (nullable, nonatomic, copy) NSNumber *limit
Discussion
最大数量限制,默认100,最大100,NSInteger
Declared In
NIMQChatGetInviteApplyRecordOfSelfParam.h
excludeRecordId
排除id,long
@property (nullable, nonatomic, copy) NSNumber *excludeRecordId
Discussion
排除id,long
Declared In
NIMQChatGetInviteApplyRecordOfSelfParam.h