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

ChatEmoteList

A list of emotes.

Overview

Properties

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.

Parameter Type Required Default Description
setId number none
Return type: Array<ChatEmote>

getById(id)

Finds a single emote by its ID.

Parameter Type Required Default Description
id number none
Return type: ChatEmote | null