Class MessageData
java.lang.Object
com.gmt2001.twitch.eventsub.subscriptions.channel.chat.data.MessageData
Chat Message data in an EventSub payload.
- Author:
- gmt2001
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe fragments that make up this message.text()
The entire raw text of the message, before fragmenting.
-
Constructor Details
-
MessageData
Constructor- Parameters:
o
- The JSON data for the object
-
-
Method Details
-
text
The entire raw text of the message, before fragmenting.- Returns:
-
fragments
The fragments that make up this message.- Returns:
-