Interface JSONStageInstance

interface JSONStageInstance {
    channelID: string;
    createdAt: number;
    discoverableDisabled: boolean;
    guildID: string;
    id: string;
    privacyLevel: StageInstancePrivacyLevels;
    scheduledEventID: null | string;
    topic: string;
}

Hierarchy (view full)

Properties

channelID: string
createdAt: number
discoverableDisabled: boolean
guildID: string
id: string
scheduledEventID: null | string
topic: string