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

ChatApi

The API methods that deal with chat and chatrooms.

Overview

Methods

Can be accessed using client.kraken.chat on an ApiClient instance.

Example

const api = new ApiClient(new StaticAuthProvider(clientId, accessToken));
const emotes = await api.kraken.chat.getEmotesBySets('1');

Methods

getEmotesBySets(emotesets)

async

Retrieves a list of emotes for a given list of enote set IDs.

Parameter Type Required Default Description
emotesets Array<string> | string none

The list of emote set IDs, either as array of strings or as a comma separated string.

Return type: ChatEmoteList