getFollows

Fetches a list of all follows of the passed channel and caches them in the channel's entry in TwitchPlugin.rooms.

Note: Must be called from inside a Fiber.

version(TwitchSupport && WithTwitchPlugin)
package
getFollows
(,
const string id
)

Parameters

plugin TwitchPlugin

The current TwitchPlugin.

id string

The string identifier for the channel.

Return Value

Type: auto

An associative array of JSONValues keyed by nickname string, containing follows.

Meta