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