@typed-discord/rest
    Preparing search index...

    Interface GuildScheduledEventExceptionResponse

    interface GuildScheduledEventExceptionResponse {
        event_exception_id: `${bigint}`;
        event_id: `${bigint}`;
        is_canceled: boolean;
        scheduled_end_time: string | null;
        scheduled_start_time: string | null;
    }
    Index

    Properties

    event_exception_id: `${bigint}`

    ID of the event exception

    event_id: `${bigint}`

    ID of the scheduled event this exception belongs to

    is_canceled: boolean

    Whether this occurrence is canceled

    scheduled_end_time: string | null

    Overridden end time of this occurrence

    scheduled_start_time: string | null

    Overridden start time of this occurrence