Skip to main content

ODLiveStatusSourceData interface

under construction

We are still working the API Reference! This page might be incomplete or doesn't contain all details!

Overview

This is an interface containing all raw data received from the LiveStatus system.

View Source

References

    Properties


    active type {allLanguages:boolean, languages:string[], notUsingPlugins:boolean, notUsingSlashCommands:boolean, notUsingTranscripts:boolean, usingHtmlTranscripts:boolean, usingPlugins:boolean, usingSlashCommands:boolean, usingTextTranscripts:boolean, versions:string[]}

    The message will only be shown when the bot matches all statements

    View Source


    message type {description:string, descriptionColor:api.ODLiveStatusColor, title:string, titleColor:api.ODLiveStatusColor}

    The message to display

    View Source