Class UserBadge
- Assembly
- Firesplash.UnityAssets.TwitchIntegration.dll
This class represents a badge a user can have in the chat
[Serializable]
public class UserBadge
- Inheritance
-
UserBadge
- Inherited Members
Properties
Id
The twitch internal ID of this badge
[JsonProperty("id")]
public string Id { get; }
Property Value
Version
The version of this badge
[JsonProperty("version")]
public string Version { get; }