Table of Contents

Class UserBadge

Namespace
Firesplash.UnityAssets.TwitchIntegration.DataTypes.General
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

string

Version

The version of this badge

[JsonProperty("version")]
public string Version { get; }

Property Value

string