QChatTypingEvent class

消息正在输入事件

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

QChatTypingEvent({int? serverId, int? channelId, Map<String, dynamic>? extension, int? time, String? fromAccount, String? fromNick})
QChatTypingEvent.fromJson(Map<String, dynamic> json)
factory

Properties

channelId int?
事件所属的 channelId
final
extension Map<String, dynamic>?
事件扩展字段
getter/setter pair
fromAccount String?
事件发送者的 accid
final
fromNick String?
事件发送方昵称
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverId int?
事件所属的 serverId
final
time int?
事件发送时间
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