TwitchBlockContext

C# enum definition for TwitchBlockContext

Namespace

Streamer.bot.Plugin.Interface.Enums

Definition

TwitchBlockContext.cs
public enum TwitchBlockContext
{
    None,
    Chat,
    Whisper
}

Values

NameDescription
TwitchBlockContext.NoneNo specific context
TwitchBlockContext.ChatThe block was initiated in a chat context
TwitchBlockContext.WhisperThe block was initiated in a whisper context