Table of Contents

Class TwitchImageURLs

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

URLs to Images

[Serializable]
public class TwitchImageURLs
Inheritance
TwitchImageURLs
Inherited Members

Properties

Url1x

Small icon URL

[JsonProperty("url_1x")]
public string Url1x { get; }

Property Value

string

Url2x

Medium icon URL

[JsonProperty("url_2x")]
public string Url2x { get; }

Property Value

string

Url4x

Big icon URL

[JsonProperty("url_4x")]
public string Url4x { get; }

Property Value

string