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

UnsupportedApi

Different API methods that are not officially supported by Twitch.

Overview

Methods

Can be accessed using client.unsupported on an ApiClient instance.

Example

const api = new ApiClient(new StaticAuthProvider(clientId, accessToken));
const events = await api.unsupported.getChatters('yourfavoritestreamer');

Methods

getChatters(channel)

async

Retrieves a list of chatters in the Twitch chat of the given channel.

WARNING: In contrast to most other methods, this takes a channel name, not a user ID.

Parameter Type Required Default Description
channel UserNameResolvable none

The channel to retrieve the chatters for.

Return type: ChattersList