Chameleon
    Preparing search index...

    Interface StageInstance

    interface StageInstance {
        id: string;
        guildId: string;
        channelId: string;
        topic: string;
        privacyLevel: number;
        discoverableDisabled: boolean;
        guildScheduledEventId: string | null;
    }
    Index

    Properties

    id: string
    guildId: string
    channelId: string
    topic: string
    privacyLevel: number
    discoverableDisabled: boolean
    guildScheduledEventId: string | null