Class EmoteEntry

java.lang.Object
tv.phantombot.twitch.emotes.EmoteEntry

public class EmoteEntry extends Object
Represents an emote in its most basic form
  • Constructor Details

  • Method Details

    • getId

      public String getId()
      Gets the id that is often used to retrieve the corresponding image
      Returns:
      a string containing the id
    • getCode

      public String getCode()
      Gets the code that is assigned to the emote and gets replaced by the image
      Returns:
      a string containing the code that triggers the emote and gets replaced
    • toString

      public String toString()
      Overrides:
      toString in class Object