Package ai.nexconn.chat.message
Class TextMessage
-
- All Implemented Interfaces:
public final class TextMessage extends MessageContent
Text message.
Inherits MessageContent. This message will store and count toward Unread message count.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringtextprivate Stringextraprivate MentionedInfomentionedInfoprivate BooleanisDestructprivate LongdestructTime
-
Constructor Summary
Constructors Constructor Description TextMessage(String text)
-
Method Summary
-
Methods inherited from class ai.nexconn.chat.message.MessageContent
getDestructTime, getExtra, getMentionedInfo, isDestruct, setDestruct, setDestructTime, setExtra, setMentionedInfo -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-