java.lang.Object
com.gmt2001.twitch.eventsub.subscriptions.channel.chat.data.MessageData

public final class MessageData extends Object
Chat Message data in an EventSub payload.
Author:
gmt2001
  • Constructor Details

    • MessageData

      public MessageData(JSONObject o)
      Constructor
      Parameters:
      o - The JSON data for the object
  • Method Details

    • text

      public String text()
      The entire raw text of the message, before fragmenting.
      Returns:
    • fragments

      public List<MessageFragment> fragments()
      The fragments that make up this message.
      Returns: