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

    Interface ITwitchRoomStateTags

    interface ITwitchRoomStateTags {
        "emote-only"?: boolean;
        "followers-only"?: number;
        r9k?: boolean;
        rituals?: boolean;
        "room-id"?: number;
        slow?: number;
        "subs-only"?: boolean;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    "emote-only"?: boolean
    "followers-only"?: number
    r9k?: boolean
    rituals?: boolean
    "room-id"?: number
    slow?: number
    "subs-only"?: boolean