Class Cheermote

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

public class Cheermote extends Object
  • Constructor Details

    • Cheermote

      public Cheermote()
  • Method Details

    • getPrefix

      public String getPrefix()
      The name portion of the Cheermote string that you use in chat to cheer Bits. The full Cheermote string is the concatenation of {prefix} + {number of Bits}. For example, if the prefix is “Cheer” and you want to cheer 100 Bits, the full Cheermote string is Cheer100. When the Cheermote string is entered in chat, Twitch converts it to the image associated with the Bits tier that was cheered.
    • getBits

      public Integer getBits()
      The amount of bits cheered.
    • getTier

      public Integer getTier()
      The tier level of the cheermote.
    • 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