AttachedInfoElem class

附加信息

Constructors

AttachedInfoElem({GroupHasReadInfo? groupHasReadInfo, bool? isPrivateChat, int? hasReadTime, int? burnDuration, bool? notSenderNotificationPush})
AttachedInfoElem.fromJson(Map<String, dynamic> json)

Properties

burnDuration int?
阅读时长 s 即从hasReadTime时间算起,超过了burnDuration秒触发销毁
getter/setter pair
groupHasReadInfo GroupHasReadInfo?
群消息已读信息
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hasReadTime int?
已读时间
getter/setter pair
isPrivateChat bool?
是否为私聊消息(阅后即焚消息),单聊有效
getter/setter pair
notSenderNotificationPush bool?
离线不发送推送
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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