Class Message.Emote

java.lang.Object
com.github.twitch4j.eventsub.domain.Message.Emote
Enclosing class:
Message

public static class Message.Emote extends Object
  • Constructor Details

    • Emote

      public Emote()
  • Method Details

    • getBegin

      public Integer getBegin()
      The index of where the Emote starts in the text.
    • getEnd

      public Integer getEnd()
      The index of where the Emote ends in the text.
    • getId

      public String getId()
      The emote ID.
    • 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