QChatSendTypingEventParam class
"发送消息正在输入事件"接口入参
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
-
QChatSendTypingEventParam({required int serverId, required int channelId, Map<
String, dynamic> ? extension}) -
QChatSendTypingEventParam.fromJson(Map<
String, dynamic> json) -
factory
Properties
- channelId → int
-
正在输入事件所属的channelId
final
-
extension
↔ Map<
String, dynamic> ? -
扩展字段,SDK会转成JSON字符串使用
getter/setter pair
- 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
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