QChatSearchChannelMembersParam class

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

QChatSearchChannelMembersParam({required String keyword, int? limit, required int serverId, required int channelId})
QChatSearchChannelMembersParam.fromJson(Map<String, dynamic> json)
factory

Properties

channelId int
频道ID
final
hashCode int
The hash code for this object.
no setterinherited
keyword String
检索关键字,目标检索昵称、账号,最大100个字符
final
limit int?
检索返回的最大记录数,最大和默认都是100
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverId int
服务器ID
final

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.
inherited

Operators

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