Table of Contents

Class BadgeEntitlement

Namespace
Firesplash.UnityAssets.TwitchIntegration.DataTypes.PubSub.DataSubStructures
Assembly
Firesplash.UnityAssets.TwitchIntegration.dll

This represents an upgrad in the Bits Badge Tier

[Serializable]
public class BadgeEntitlement
Inheritance
BadgeEntitlement
Inherited Members

Properties

NewVersion

The badge level the user has just reached

[JsonProperty("new_version")]
public int NewVersion { get; }

Property Value

int

PreviousVersion

The Badge, the user had before the "levelup"

[JsonProperty("previous_version")]
public int PreviousVersion { get; }

Property Value

int