QChatInviteServerMembersParam class

Inheritance
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

QChatInviteServerMembersParam(int serverId, List<String> accids)
QChatInviteServerMembersParam.fromJson(Map<String, dynamic> json)
factory

Properties

accids List<String>
邀请加入的成员的accid列表,必填
final
hashCode int
The hash code for this object.
no setterinherited
postscript String
附言(最长5000)
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverId int
邀请加入的服务器Id,必填
final
ttl int?
有效时长,单位: 毫秒
getter/setter pairinherited

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