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.
A TwitchPoll instance.
https://dev.twitch.tv/docs/api/reference/#create-poll
Creates a Twitch poll in the specified channel.
Note: Must be called from inside a Fiber.