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

    Interface RESTPatchAPIGuildScheduledEventJSONBody

    interface RESTPatchAPIGuildScheduledEventJSONBody {
        channel_id?: _AddUndefinedToPossiblyUndefinedPropertiesOfInterface<
            undefined
            | string,
        >;
        description?: null | string;
        entity_metadata?: null | APIGuildScheduledEventEntityMetadata;
        entity_type?: _AddUndefinedToPossiblyUndefinedPropertiesOfInterface<
            undefined
            | GuildScheduledEventEntityType,
        >;
        image?: _AddUndefinedToPossiblyUndefinedPropertiesOfInterface<
            undefined
            | null
            | string,
        >;
        name?: _AddUndefinedToPossiblyUndefinedPropertiesOfInterface<
            undefined
            | string,
        >;
        privacy_level?: _AddUndefinedToPossiblyUndefinedPropertiesOfInterface;
        recurrence_rule?: null | APIGuildScheduledEventRecurrenceRule;
        scheduled_end_time?: _AddUndefinedToPossiblyUndefinedPropertiesOfInterface<
            undefined
            | string,
        >;
        scheduled_start_time?: _AddUndefinedToPossiblyUndefinedPropertiesOfInterface<
            undefined
            | string,
        >;
        status?: GuildScheduledEventStatus;
    }

    Hierarchy (View Summary)

    Index

    Properties

    channel_id?: _AddUndefinedToPossiblyUndefinedPropertiesOfInterface<
        undefined
        | string,
    >

    The stage channel id of the guild event

    description?: null | string

    The description of the guild event

    entity_metadata?: null | APIGuildScheduledEventEntityMetadata

    The entity metadata of the scheduled event

    The scheduled entity type of the guild event

    image?: _AddUndefinedToPossiblyUndefinedPropertiesOfInterface<
        undefined
        | null
        | string,
    >

    The cover image of the scheduled event

    The name of the guild event

    The privacy level of the guild event

    recurrence_rule?: null | APIGuildScheduledEventRecurrenceRule

    The definition for how often this event should recur

    scheduled_end_time?: _AddUndefinedToPossiblyUndefinedPropertiesOfInterface<
        undefined
        | string,
    >

    The time when the scheduled event is scheduled to end

    scheduled_start_time?: _AddUndefinedToPossiblyUndefinedPropertiesOfInterface<
        undefined
        | string,
    >

    The time to schedule the guild event at

    The status of the scheduled event