Overview
Properties
Methods
Constructor
new HelixEmoteFromSet(data, client)
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| data | HelixEmoteFromSetData | none | none | |
| client | ApiClient | none | none |
Properties
ownerId
Type: string | null
The ID of the user that owns the emote, or null if the emote is not owned by a user.
type
Type: string
The type of the emote.
Known values are: subscriptions, bitstier, follower, rewards, globals, smilies, prime, limitedtime.
This list may be non-exhaustive.
Methods
getImageUrl(scale)
Gets the URL of the emote image in the given scale.
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| scale | HelixEmoteImageScale | none | The scale of the image. |
Return type: string