Class PubSubEventChatMessage
- Assembly
- Firesplash.UnityAssets.TwitchIntegration.dll
This structure represents a chat message sent along with a PubSub event like the text for a shared resub
[Serializable]
public class PubSubEventChatMessage
- Inheritance
-
PubSubEventChatMessage
- Inherited Members
Properties
Emotes
A list of emotes and their position in the message. For example "Hey Kappa !" would contain one entry with start position 4 and end 5
[JsonProperty("emotes")]
public List<EmoteInChat> Emotes { get; }
Property Value
Message
The body of the user-entered message when sharing this event.
[JsonProperty("message")]
public string Message { get; }