Class Emote
java.lang.Object
com.github.twitch4j.eventsub.domain.chat.Emote
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
An ID that identifies the emote set that the emote belongs to.@Nullable EnumSet<Emote.Format>
The formats that the emote is available in.getId()
An ID that uniquely identifies this emote.@Nullable String
The ID of the broadcaster who owns the emote.int
hashCode()
toString()
-
Constructor Details
-
Emote
public Emote()
-
-
Method Details
-
getId
An ID that uniquely identifies this emote. -
getEmoteSetId
An ID that identifies the emote set that the emote belongs to. -
getOwnerId
The ID of the broadcaster who owns the emote. -
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
-
canEqual
-
hashCode
public int hashCode() -
toString
-