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.
The current TwitchPlugin.
The numerical identifier for the channel.
Name of the calling function.
An associative array of Followers keyed by nickname string.
UnexpectedJSONException on unexpected JSON received.
https://dev.twitch.tv/docs/api/reference/#get-channel-followers
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.