Table of Contents

Class TwitchUser

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

This class represents a user's essential identification data on twitch

[Serializable]
public class TwitchUser
Inheritance
TwitchUser
Inherited Members

Properties

DisplayName

The display name of the represented user

[JsonProperty("display_name")]
public string DisplayName { get; }

Property Value

string

Id

The user ID of the represented user

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

Property Value

string

Login

The login name of the represented user

[JsonProperty("login")]
public string Login { get; }

Property Value

string