Set Channel Game

Update the current game category of your Twitch channel
Preview
Preview

Parameters

Source
Select
default:String

Select a source type for the new game value

  • String: Select this option to manually enter the game title or load it from a variable
  • Specific Game: Select this option to select a game from a dropdown
Title
Text | Select

Select the new game category or enter the new game category by name

Variables

The following variables will be populated after executing this sub-action:

Description
gameBoxArtstring

URL to the cover art image for the selected game

gameId

The unique game identifier

Example: 503116
gameNamestring

The name of the game

Example: Beat Saber
gameSuccessbool

The status of the sub-action request

Example: True/False

C# Usage

public GameInfo SetChannelGame(string game)