Table of Contents

Class IRCEventNotice

Namespace
Firesplash.UnityAssets.TwitchIntegration.DataTypes.IRC
Assembly
Firesplash.UnityAssets.TwitchIntegration.dll
public class IRCEventNotice
Inheritance
IRCEventNotice
Derived
Inherited Members

Properties

Channel

The channel where this message has been received in

public string Channel { get; }

Property Value

string

Message

The message twitch sent along with this event NOTE: Not all events contain a message!

public string Message { get; }

Property Value

string

Type

Thy type of this event message (msg-id)

public string Type { get; }

Property Value

string