Creates a Twitch poll in the specified channel.
Note: Must be called from inside a Fiber.
The current TwitchPlugin.
Name of channel to create the poll in.
Poll title.
How long the poll should run for in seconds (as a string).
A string array of poll choices.
Name of the calling function.
An array of JSONValues with the response returned when creating the poll. On failure, an empty JSONValue is instead returned.
UnexpectedJSONException on unexpected JSON.
See Implementation
Creates a Twitch poll in the specified channel.
Note: Must be called from inside a Fiber.