Variables
The following variables will be populated when this trigger executes:
Description | ||
---|---|---|
game | string | The category name Example: Just Chatting |
gameId | number | The category id Example: 509658 |
startedAt | DateTime | The date and time that the stream was ended Example: 8/4/2023 10:56:06 AM |
tag# | string | Each individual tag |
tagCount | number | The number of tags Example: 2 |
tags | List<string> | A C# accessible list of tags |
tagsDelimited | string | A comma delimited string of the tags |