ReplyParentChatMessage class

Represents a parent chat message for a reply message.

Constructors

ReplyParentChatMessage({required String chatUserJid, required bool isMessageDeleted, required bool isMessageRecalled, required bool isMessageSentByMe, required bool isMessageStarred, required String messageId, required int messageSentTime, required String messageTextContent, required String messageType, required String senderNickName, required String senderUserName, required LocationChatMessage? locationChatMessage, required ContactChatMessage? contactChatMessage, required MediaChatMessage? mediaChatMessage})
Constructs a ReplyParentChatMessage instance.
ReplyParentChatMessage.fromJson(Map<String, dynamic> json)
Converts a JSON object into a ReplyParentChatMessage instance.
factory

Properties

chatUserJid String
The JID of the chat user.
getter/setter pair
contactChatMessage ContactChatMessage?
The contact message.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isMessageDeleted bool
Indicates whether the message is deleted.
getter/setter pair
isMessageRecalled bool
Indicates whether the message is recalled.
getter/setter pair
isMessageSentByMe bool
Indicates whether the message was sent by the current user.
getter/setter pair
isMessageStarred bool
Indicates whether the message is starred.
getter/setter pair
locationChatMessage LocationChatMessage?
The location message.
getter/setter pair
mediaChatMessage MediaChatMessage?
The media message.
getter/setter pair
messageId String
The ID of the message.
getter/setter pair
messageSentTime int
The time the message was sent.
getter/setter pair
messageTextContent String
The content of the message.
getter/setter pair
messageType String
The type of message.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
senderNickName String
The nickname of the sender.
getter/setter pair
senderUserName String
The username of the sender.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Converts a ReplyParentChatMessage instance into a JSON object.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited