Twitch Poll Create

Signature

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

Parameters

title
string required

No description provided.

choices
List<string> required

No description provided.

duration
int required

No description provided.

channelPointsPerVote
int
Default:
0

No description provided.

Return Type

bool

Example

CPH.TwitchPollCreate(title, choices, duration);
CPH.TwitchPollCreate(title, choices, duration, channelPointsPerVote);