Table of Contents

Class HypeTrainReward

Namespace
Firesplash.UnityAssets.TwitchIntegration.DataTypes.General
Assembly
Firesplash.UnityAssets.TwitchIntegration.dll

Represents a reward for participating in a hype train level

[Serializable]
public class HypeTrainReward
Inheritance
HypeTrainReward
Inherited Members

Properties

GroupId

Unknown

[JsonProperty("group_id")]
public string GroupId { get; }

Property Value

string

Id

The (unique?) ID of this reward

[JsonProperty("id")]
public string Id { get; }

Property Value

string

RewardLevel

unknown

[JsonProperty("reward_level")]
public int RewardLevel { get; }

Property Value

int

Type

Thy type of this reward - Usually EMOTE

[JsonProperty("type")]
public string Type { get; }

Property Value

string