Table of Contents

Class IRCIncomingViewersEvent

Namespace
Firesplash.UnityAssets.TwitchIntegration.DataTypes.IRC
Assembly
Firesplash.UnityAssets.TwitchIntegration.dll

This event is the same for Hosts or Raiders. It's origin can be distinguished by the IsRaidEvent field. Please not that for hosts two events may appear (Types host_success and host_success_viewers)

public class IRCIncomingViewersEvent : IRCEventNotice
Inheritance
IRCIncomingViewersEvent
Inherited Members

Fields

IsRaidEvent

True, if the event is an incoming raid, false for a host

public bool IsRaidEvent

Field Value

bool

OriginatingChannel

The login name of the channel where the viewers originated from (the raider/hoster)

public string OriginatingChannel

Field Value

string

OriginatingChannelDisplayName

The display name of the channel where the viewers originated from (the raider/hoster)

public string OriginatingChannelDisplayName

Field Value

string

ViewerCount

The number of viewers sent to the channel

public int ViewerCount

Field Value

int