Table of Contents

Class PubSubEventData

Namespace
Firesplash.UnityAssets.TwitchIntegration.DataTypes.PubSub.Base
Assembly
Firesplash.UnityAssets.TwitchIntegration.dll
[Serializable]
public class PubSubEventData
Inheritance
PubSubEventData
Inherited Members

Properties

Message

[JsonProperty("message")]
public object Message { get; }

Property Value

object

Topic

[JsonProperty("topic")]
public string Topic { get; }

Property Value

string