NIMBatchDeleteMessagesOption Class Reference
Inherits from | NSObject |
---|---|
Declared in | NIMBatchDeleteMessagesOption.h |
start
The start time. The default value is 0. Unit: seconds
@property (nonatomic, assign) NSTimeInterval start
Discussion
The start time. The default value is 0. Unit: seconds
If the value is less than or equal to 0, all previous messages.
Declared In
NIMBatchDeleteMessagesOption.h
end
The end time. The default value is 0. Unit: seconds
@property (nonatomic, assign) NSTimeInterval end
Discussion
The end time. The default value is 0. Unit: seconds
A value less than or equal to 0 indicates the current time.
Declared In
NIMBatchDeleteMessagesOption.h