Table of Contents

Class EmoteInChat

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

int

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

int

Start

The zero-based first character in the string which shall be replaced by the image

[JsonProperty("start")]
public int Start { get; }

Property Value

int