Set Max per User Per Stream

Set's the maxmimum number of redeems possible per user per stream

Parameters

Reward
Select required

Select the channel point reward

Redeems
int required

The number of redeems to set, this value can be a variable

Additive
boolean required

Whether or not the redeem value is to be added to the Reward's current max per user per stream

Variables

NameTypeDescription
 
Variables generated by all triggers and available within all action executions.

C# Usage

public void UpdateRewardMaxPerUserPerStream(string rewardId, long redeems, bool additive = false)
Read more in API > C# > Methods > Twitch > Channel Reward > Update Reward Max Per User Per Stream