NERoomGetMessagesHistoryParam class

查询消息的参数

Constructors

NERoomGetMessagesHistoryParam({required String sessionId, required NERoomSessionTypeEnum sessionType, required int? fromTime, required int? toTime, required int limit, required NEMessageSearchOrder order})

Properties

fromTime int?
开始时间(时间戳小)
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
limit int
限制0~100,否则414。其中0会被转化为100
getter/setter pair
order NEMessageSearchOrder
查询方向
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionId String
会话ID
getter/setter pair
sessionType NERoomSessionTypeEnum
会话类型
getter/setter pair
toTime int?
结束时间(时间戳大)
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited