TwitchEmote

TwitchEmote

new TwitchEmote(channel, id, data)

Description:
  • A Twitch emote.

Source:
Parameters:
Name Type Description
channel Channel

Channel this emote belongs to.

id string

ID of the emote.

data data

The raw emote data.

Extends

Members

animated :boolean

Description:
  • If emote is animated.

Source:

If emote is animated.

Type:
  • boolean

channel :Channel

Description:
  • The channel this emote belongs to.
    Only accurate and constant on Twitch emotes.
    For other types of emotes, use the owner or ownerName property.

Source:
Overrides:

The channel this emote belongs to.
Only accurate and constant on Twitch emotes.
For other types of emotes, use the owner or ownerName property.

Type:

code :string

Description:
  • The code or name of the emote.

Source:
Overrides:

The code or name of the emote.

Type:
  • string

fetcher :EmoteFetcher

Description:
  • The emote fetcher.

Source:
Overrides:

The emote fetcher.

Type:

id :string

Description:
  • The ID of this emote.

Source:
Overrides:

The ID of this emote.

Type:
  • string

imageType :string

Description:
  • The image type of the emote.

Source:

The image type of the emote.

Type:
  • string

(readonly) owner :Channel

Description:
  • The channel of this emote's creator.

Source:

The channel of this emote's creator.

Type:

(nullable) set :string

Description:
  • The set ID of the emote.

Source:

The set ID of the emote.

Type:
  • string

type :string

Description:
  • The type of this emote.
    Either twitch, bttv, ffz, or '7tv'.

Source:
Overrides:

The type of this emote.
Either twitch, bttv, ffz, or '7tv'.

Type:
  • string

Methods

Description:
  • Gets the image link of the emote.

Source:
Parameters:
Name Type Default Description
size number 0

The size of the image, 0, 1, or 2.

Returns:
Type
string

toObject() → {Object}

Description:
  • Override for toObject.
    Will result in an Object representation of a TwitchEmote

Source:
Overrides:
Returns:
Type
Object

(static) fromObject(emoteObjectopt, channelopt) → {TwitchEmote}

Description:
  • Converts an emote Object into a TwitchEmote

Source:
Parameters:
Name Type Attributes Default Description
emoteObject Object <optional>

Object representation of this emote

channel Channel <optional>
null

Channel this emote belongs to.

Returns:
Type
TwitchEmote