java.lang.Object
com.github.twitch4j.eventsub.domain.chat.Emote

public class Emote extends Object
  • Constructor Details

    • Emote

      public Emote()
  • Method Details

    • getId

      public String getId()
      An ID that uniquely identifies this emote.
    • getEmoteSetId

      public String getEmoteSetId()
      An ID that identifies the emote set that the emote belongs to.
    • getOwnerId

      @Nullable public @Nullable String getOwnerId()
      The ID of the broadcaster who owns the emote.
    • getFormat

      @Nullable public @Nullable EnumSet<Emote.Format> getFormat()
      The formats that the emote is available in.

      For example, if the emote is available only as a static PNG, the array contains only static. But if the emote is available as a static PNG and an animated GIF, the array contains static and animated.

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object