Set Group Enabled State

Enable or disable all channel point rewards from a group.

Parameters

Group

Fill in the group of channel points.

State

  • Enabled | Enable the channel point reward group
  • Disabled | Disable the channel point reward group
  • Toggle | 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)