@twitchapis/twitch.js - v2.0.0-beta.8
    Preparing search index...

    Interface ITwitchMessage

    interface ITwitchMessage {
        command: ITwitchCommand;
        parameters?: string | null;
        source: ITwitchSource | null;
        tags: ITwitchTags;
    }
    Index

    Properties

    parameters?: string | null
    source: ITwitchSource | null