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

    Interface ITwitchMessage

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

    Properties

    parameters?: null | string
    source: null | ITwitchSource