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

    Interface ITwitchMultiStateTags

    interface ITwitchMultiStateTags {
        "badge-info"?: boolean;
        badges?: { [key: string]: any };
        color?: string;
        "display-name"?: string;
        "emote-only"?: boolean;
        "emote-sets"?: string;
        "followers-only"?: number;
        mod?: string;
        r9k?: boolean;
        rituals?: boolean;
        "room-id"?: number;
        slow?: number;
        "subs-only"?: boolean;
        subscriber?: string;
        turbo?: string;
        "user-id"?: any;
        "user-type"?: any;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    "badge-info"?: boolean
    badges?: { [key: string]: any }
    color?: string
    "display-name"?: string
    "emote-only"?: boolean
    "emote-sets"?: string
    "followers-only"?: number
    mod?: string
    r9k?: boolean
    rituals?: boolean
    "room-id"?: number
    slow?: number
    "subs-only"?: boolean
    subscriber?: string
    turbo?: string
    "user-id"?: any
    "user-type"?: any