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

    Interface ITwitchUserStateTags

    interface ITwitchUserStateTags {
        "badge-info"?: boolean;
        badges?: { [key: string]: any };
        color?: string;
        "display-name"?: string;
        "emote-sets"?: string;
        mod?: string;
        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-sets"?: string
    mod?: string
    subscriber?: string
    turbo?: string
    "user-id"?: any
    "user-type"?: any