Klasse Cheermote

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

public class Cheermote extends Object
  • Konstruktordetails

    • Cheermote

      public Cheermote()
  • Methodendetails

    • 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)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object