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

    Interface VoiceScheduledEventPatchRequestPartial

    interface VoiceScheduledEventPatchRequestPartial {
        channel_id?: `${bigint}` | null;
        description?: string | null;
        entity_metadata?: EntityMetadataVoice | null;
        entity_type?: VOICE | null;
        image?: string | null;
        name?: string;
        privacy_level?: GUILD_ONLY;
        recurrence_rule?: RecurrenceRule | null;
        scheduled_end_time?: string | null;
        scheduled_start_time?: string;
        status?: GuildScheduledEventStatuses | null;
    }
    Index

    Properties

    channel_id?: `${bigint}` | null
    description?: string | null
    entity_metadata?: EntityMetadataVoice | null
    entity_type?: VOICE | null
    image?: string | null
    name?: string
    privacy_level?: GUILD_ONLY
    recurrence_rule?: RecurrenceRule | null

    Recurrence rule for the scheduled event

    scheduled_end_time?: string | null
    scheduled_start_time?: string