Overview
Properties
Methods
Constructor
new HelixChannelEmote(data, client)
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
data | HelixChannelEmoteData | none | none | |
client | ApiClient | none | none |
Properties
tier
Type: HelixChannelEmoteSubscriptionTierThe subscription tier necessary to unlock an emote. 1000 means tier 1, and so on.
Aliased type: "1000" | "2000" | "3000"
| null
The subscription tier necessary to unlock an emote. 1000 means tier 1, and so on.
Aliased type: "1000" | "2000" | "3000"
The subscription tier necessary to unlock the emote, or null if the emote is not a subscription emote.
type
Type: string
The type of the emote.
There are many types of emotes that Twitch seems to arbitrarily assign. Do not rely on this value.
Methods
getAllEmotesFromSet()
asyncRetrieves all emotes from the emote's set.
Return type: Array<HelixEmoteFromSet>