Class BadgeEntitlement
- 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
PreviousVersion
The Badge, the user had before the "levelup"
[JsonProperty("previous_version")]
public int PreviousVersion { get; }