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