Class Message
java.lang.Object
com.github.twitch4j.eventsub.domain.Message
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanboolean@Nullable List<Message.Emote>A collection that includes the emote ID and start and end positions for where the emote appears in the text.getText()The text of the re-subscription chat message.inthashCode()toString()
-
Constructor Details
-
Message
public Message()
-
-
Method Details
-
getText
The text of the re-subscription chat message. -
getEmotes
A collection that includes the emote ID and start and end positions for where the emote appears in the text. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-