Class EmoteInChat
- Assembly
- Firesplash.UnityAssets.TwitchIntegration.dll
This represents a single Emote at any point in the text.
[Serializable]
public class EmoteInChat
- Inheritance
-
EmoteInChat
- Inherited Members
Properties
End
The LENGTH of the text which represents this Emote (e.g. Kappa = 5)
[JsonProperty("end")]
public int End { get; }
Property Value
Id
The Emote ID - You can use it to request the image URL at the Helix API
[JsonProperty("id")]
public int Id { get; }
Property Value
Start
The zero-based first character in the string which shall be replaced by the image
[JsonProperty("start")]
public int Start { get; }