Discord.https - v3.0.16
    Preparing search index...

    Interface RESTPostAPIGuildScheduledEventJSONBody

    interface RESTPostAPIGuildScheduledEventJSONBody {
        channel_id?: string;
        description?: string;
        entity_metadata?: APIGuildScheduledEventEntityMetadata;
        entity_type?: GuildScheduledEventEntityType;
        image?: null | string;
        name: string;
        privacy_level: GuildOnly;
        recurrence_rule?: APIGuildScheduledEventRecurrenceRule;
        scheduled_end_time?: string;
        scheduled_start_time: string;
    }
    Index

    Properties

    channel_id?: string

    The stage channel id of the guild event

    description?: string

    The description of the guild event

    The entity metadata of the scheduled event

    The scheduled entity type of the guild event

    image?: null | string

    The cover image of the scheduled event

    name: string

    The name of the guild event

    privacy_level: GuildOnly

    The privacy level of the guild event

    The definition for how often this event should recur

    scheduled_end_time?: string

    The time when the scheduled event is scheduled to end

    scheduled_start_time: string

    The time to schedule the guild event at