Class Message
java.lang.Object
com.github.twitch4j.eventsub.domain.chat.Message
- Direct Known Subclasses:
AugmentedMessage
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Message
public Message()
-
-
Method Details
-
isAction
public boolean isAction()- Returns:
- whether the user sent an action (i.e., "/me ") message
-
getCleanedText
- Returns:
- the full message text without any ACTION prefix/suffix
-
getText
The chat message in plain text. -
getFragments
Ordered list of chat message fragments. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-