AttachedInfoElem class
Additional Information
Constructors
- AttachedInfoElem({GroupHasReadInfo? groupHasReadInfo, bool? isPrivateChat, int? hasReadTime, int? burnDuration, bool? notSenderNotificationPush})
-
AttachedInfoElem.fromJson(Map<
String, dynamic> json)
Properties
- burnDuration ↔ int?
-
Reading duration in seconds
That is, it triggers destruction after burnDuration seconds from the hasReadTime time
getter/setter pair
- groupHasReadInfo ↔ GroupHasReadInfo?
-
Group message read information
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasReadTime ↔ int?
-
Read time
getter/setter pair
- isPrivateChat ↔ bool?
-
Whether it is a private chat message (burn after reading message), valid for one-on-one chats
getter/setter pair
- notSenderNotificationPush ↔ bool?
-
Do not send offline push notifications
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