Set Group Enabled State
Enable or disable all channel point rewards from a group.
Preview
Parameters
Group
Fill in the group of channel points.
State
Enabled
| Enable the channel point reward groupDisabled
| Disable the channel point reward groupToggle
| Toggle the current status between enabled and disabled
Variables
This sub-action does not populate any variables.
C# Usage
public void TwitchRewardGroupEnable(string groupName)
public void TwitchRewardGroupDisable(string groupName)
public void TwitchRewardGroupToggleEnable(string groupName)