Skip to main content

EditScheduledEvent

@discordeno/botDocs


Documentation / @discordeno/bot / EditScheduledEvent

Interface: EditScheduledEvent

Properties

channelId

channelId: null | BigString

the channel id of the scheduled event. null if switching to external event.

Defined in

packages/types/dist/types/discordeno.d.ts:1019


description?

optional description: string

the description of the scheduled event

Defined in

packages/types/dist/types/discordeno.d.ts:1025


entityType

entityType: ScheduledEventEntityType

the type of hosting entity associated with a scheduled event

Defined in

packages/types/dist/types/discordeno.d.ts:1033


image?

optional image: string

the cover image of the scheduled event

Defined in

packages/types/dist/types/discordeno.d.ts:1037


location?

optional location: string

location of the event

Defined in

packages/types/dist/types/discordeno.d.ts:1021


name

name: string

the name of the scheduled event

Defined in

packages/types/dist/types/discordeno.d.ts:1023


privacyLevel

privacyLevel: GuildOnly

the privacy level of the scheduled event

Defined in

packages/types/dist/types/discordeno.d.ts:1031


recurrenceRule?

optional recurrenceRule: null | DiscordScheduledEventRecurrenceRule

the definition for how often this event should recur

Defined in

packages/types/dist/types/discordeno.d.ts:1039


scheduledEndTime?

optional scheduledEndTime: string

the time the scheduled event will end if it does end.

Defined in

packages/types/dist/types/discordeno.d.ts:1029


scheduledStartTime

scheduledStartTime: string

the time the scheduled event will start

Defined in

packages/types/dist/types/discordeno.d.ts:1027


status

status: ScheduledEventStatus

the status of the scheduled event

Defined in

packages/types/dist/types/discordeno.d.ts:1035