Predictions
C# Methods for Twitch > Predictions
TwitchPredictionCancel
public void TwitchPredictionCancel(string predictionId)
TwitchPredictionCreate
public string TwitchPredictionCreate(string title, List<string> options, int duration)
public string TwitchPredictionCreate(string title, string firstOption, string secondOption, int duration)
TwitchPredictionLock
public void TwitchPredictionLock(string predictionId)
TwitchPredictionResolve
public void TwitchPredictionResolve(string predictionId, string winningId)
Â