QChatDeleteMessageParam class

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

QChatDeleteMessageParam({required int channelId, required int serverId, required int msgIdServer, required int time, required QChatUpdateParam updateParam})
QChatDeleteMessageParam.fromJson(Map<String, dynamic> json)
factory

Properties

channelId int
消息所属的channelId,必填
final
hashCode int
The hash code for this object.
no setterinherited
msgIdServer int
服务端生成的消息id,全局唯一,必填
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverId int
消息所属的serverId,必填
final
time int
消息发送时间,从QChatMessage中获取,不可随便设置,必填
final
updateParam QChatUpdateParam
更新操作通用参数,设置该操作相关的附加字段,设置该操作引发的推送内容,必填
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