QChatGetMessageHistoryParam class Null safety

"查询历史消息"接口入参

Annotations

Constructors

QChatGetMessageHistoryParam({required int serverId, required int channelId, int? limit, int? excludeMessageId, int? fromTime, bool reverse = false, int? toTime})
QChatGetMessageHistoryParam.fromJson(Map<String, dynamic> json)
factory

Properties

channelId int
频道Id
final
excludeMessageId int?
excludeMsgId,排除消息id
read / write
fromTime int?
起始时间
read / write
hashCode int
The hash code for this object.
read-only, inherited
limit int?
limit,条数限制,默认100
read / write
reverse bool
reverse,是否反向
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
serverId int
服务器Id
final
toTime int?
结束时间
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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