Package ai.nexconn.chat.message
Class UnknownMessage
-
- All Implemented Interfaces:
public final class UnknownMessage extends MessageContent
Represents an unknown message type.
Messages are parsed as this type when the current SDK version does not recognize or support the received message type.
-
-
Field Summary
Fields Modifier and Type Field Description private Stringextraprivate MentionedInfomentionedInfoprivate BooleanisDestructprivate LongdestructTime
-
Constructor Summary
Constructors Constructor Description UnknownMessage()
-
Method Summary
Modifier and Type Method Description StringtoString()-
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
-
-
Method Detail
-
toString
String toString()
-
-
-
-