The current TwitchPlugin.
Name of channel to fetch polls for.
ID of a specific poll to get.
Name of the calling function.
An arary of Voldemort TwitchPoll structs.
UnexpectedJSONException on unexpected JSON. EmptyDataJSONException if the JSON has a "data" key but it is empty.
Fetches information about polls in the specified channel. If an ID string is supplied, it will be included in the query, otherwise all "ACTIVE" polls are included in the returned JSON.
Note: Must be called from inside a Fiber.