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

public final class MessageEmote extends Object
An emote in a MessageFragment.
Author:
gmt2001
  • Constructor Details

    • MessageEmote

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

    • id

      public String id()
      The emote ID.
      Returns:
    • emoteSetId

      public String emoteSetId()
      The ID of the emote set containing this emote.
      Returns:
    • ownerId

      public String ownerId()
      The user ID of the broadcaster who owns this emote.
      Returns:
      null if not available
    • format

      public List<String> format()
      The available formats for the emote, such as animated or static.
      Returns:
      null if not available