twitcheasy-twitch-bottwitch-authtwitch-auth-tmitwitch-chat-clienttwitch-eventsubtwitch-pubsub-clienttwitch-webhooks
Welcome

ChatEmoteList

A list of emotes.

Overview

Properties

emotes

Type: Array<ChatEmote>

A list of all emotes in the list.

Methods

getAllFromSet(setId)

Gets all emotes from the list that are from a given emote set.

ParameterTypeDescription
setIdnumber
Return type: Array<ChatEmote>

getById(id)

Finds a single emote by its ID.

ParameterTypeDescription
idnumber
Return type: ChatEmote | null