QChatSubscribeAllChannelParam class

Annotations
  • @JsonSerializable(explicitToJson: true)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverIds List<int>
请求参数,操作的对象:serverId列表
final
type QChatSubscribeType
请求参数,订阅类型,见QChatSubType,只支持QChatSubscribeType.channelMsg, QChatSubscribeType.channelMsgUnreadCount, QChatSubscribeType.channelMsgUnreadStatus
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.
override

Operators

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