ScheduledEventEditOptions

interface ScheduledEventEditOptions

Properties that can be changed on a scheduled guild event.

exported from lib.weeble.d

Properties

Property

Type

Description

channelId?

string | null

Voice or stage channel ID, or null for an external event.

description?

string

Event description.

entityMetadata?

{ location?: string }

Metadata required by external events.

entityType?

ScheduledEventEntityType

Scheduled event entity type.

name?

string

Event name.

privacyLevel?

2

Event privacy level.

reason?

string

Audit-log reason for the change.

scheduledEndTime?

Date

Scheduled end time.

scheduledStartTime?

Date

Scheduled start time.

status?

ScheduledEventStatus

Event status.