TwitchPollCreate

C# Methods Reference

public bool TwitchPollCreate(string title, List<string> choices, int duration, int channelPointsPerVote = 0)
title
string required
choices
List<string> required
duration
int required
channelPointsPerVote
int
bool
CPH.TwitchPollCreate(title, choices, duration);
CPH.TwitchPollCreate(title, choices, duration, channelPointsPerVote);