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