QChatGetInviteApplyRecordOfServerParam class
- Annotations
-
- @JsonSerializable()
Constructors
- QChatGetInviteApplyRecordOfServerParam(int serverId, {int? fromTime, int? toTime, bool? reverse, int? limit, int? excludeRecordId})
-
QChatGetInviteApplyRecordOfServerParam.fromJson(Map<
String, dynamic> json) -
factory
Properties
- excludeRecordId ↔ int?
-
排除id
getter/setter pair
- fromTime ↔ int?
-
开始时间戳
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- limit ↔ int?
-
最大数量限制,默认100,最大100
getter/setter pair
- reverse ↔ bool?
-
是否逆序,同历史消息查询,默认从现在查到过去
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serverId → int
-
服务器ID
final
- toTime ↔ int?
-
结束时间戳
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited