Class TwitchImageURLs
- 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
Url2x
Medium icon URL
[JsonProperty("url_2x")]
public string Url2x { get; }
Property Value
Url4x
Big icon URL
[JsonProperty("url_4x")]
public string Url4x { get; }