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)
asyncRetrieves 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