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
Message
The message twitch sent along with this event NOTE: Not all events contain a message!
public string Message { get; }
Property Value
Type
Thy type of this event message (msg-id)
public string Type { get; }