Set Group Paused State

Pause or unpause all channel point rewards in a group.

Parameters

Group

Fill in the group of channel points.

State

  • Paused: Pause the selected group
  • Unpaused: Unpause the selected group
  • Toggle: Toggle the paused state of the selected group

Variables

This sub-action does not populate any variables.

C# Usage

public void TwitchRewardGroupPause(string groupName)
public void TwitchRewardGroupUnPause(string groupName)
public void TwitchRewardGroupTogglePause(string groupName)