Streamer.bot.Plugin.Interface.Enums
public enum TwitchBlockContext
{
None,
Chat,
Whisper
}
| Name | Description |
|---|---|
TwitchBlockContext.None | No specific context |
TwitchBlockContext.Chat | The block was initiated in a chat context |
TwitchBlockContext.Whisper | The block was initiated in a whisper context |