getSubscribers

Fetches a list of all subscribers of the specified channel. A broadcaster-level access token is required.

Note: Must be called from inside a Fiber.

version(TwitchSupport && WithTwitchPlugin && none)
package
getSubscribers
(,
const string channelName
,
const string caller = __FUNCTION__
)

Parameters

plugin TwitchPlugin

The current TwitchPlugin.

channelName string

Name of channel to fetch subscribers of.

caller string

Name of the calling function.

Return Value

Type: auto

An array of Voldemort subscribers.

Meta