AmityMessage class

Available Extensions

Constructors

AmityMessage()

Properties

amityTags AmityTags?
Amity Tags
getter/setter pair
channelId String?
Channel ID
getter/setter pair
channelSegment int?
Channel Segment
getter/setter pair
childrenNumber int?
Children Number
getter/setter pair
createdAt DateTime?
Created At
getter/setter pair
data AmityMessageData?
Message Data
getter/setter pair
editedAt DateTime?
Edited At
getter/setter pair
flagCount int?
Flag Count
getter/setter pair
flaggedByMe bool?
Flagged By Me
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hashFlag Map<String, dynamic>?
Hash Flag
getter/setter pair
isDeleted bool?
Is Deleted
getter/setter pair
mentionees List<AmityMentionee>?
Mentionees
getter/setter pair
messageId String?
Message ID
getter/setter pair
metadata Map<String, dynamic>?
Meta data
getter/setter pair
myReactions List<String>?
My Reactions
getter/setter pair
parentId String?
Parent ID
getter/setter pair
reactionCount int?
ReactionCount
getter/setter pair
reactions AmityReactionMap?
Reactions
getter/setter pair
readByCount int?
read by Count
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
syncState AmityMessageSyncState?
Sync State
getter/setter pair
type AmityMessageDataType?
Message Data Type
getter/setter pair
updatedAt DateTime?
Updated At
getter/setter pair
user AmityUser?
User
getter/setter pair
userId String?
User ID
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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