getFollowers

Fetches a list of all followers 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
getFollowers
(,
const uint id
)

Parameters

plugin TwitchPlugin

The current TwitchPlugin.

id uint

The numerical identifier for the channel.

Return Value

Type: auto

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