QChatUpdateChannelParam class

Inheritance
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

QChatUpdateChannelParam({required int channelId, String? custom, String? topic, QChatChannelMode? viewMode, QChatVisitorMode? visitorMode, String? name})
QChatUpdateChannelParam.fromJson(Map<String, dynamic> json)
factory

Properties

antiSpamConfig QChatAntiSpamConfig?
反垃圾配置
getter/setter pairinherited
channelId int
频道Id,必填
final
custom String?
频道自定义扩展字段
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
频道名称
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
topic String?
频道主题
getter/setter pair
viewMode QChatChannelMode?
频道查看模式
getter/setter pair
visitorMode QChatVisitorMode?
游客可见模式
getter/setter pair

Methods

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

Operators

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