CreateScheduledEvent
Documentation / @discordeno/bot / CreateScheduledEvent
Interface: CreateScheduledEvent
Defined in: packages/types/dist/types/discordeno.d.ts:1008
Properties
channelId?
optional
channelId:BigString
Defined in: packages/types/dist/types/discordeno.d.ts:1010
the channel id of the scheduled event.
description
description:
string
Defined in: packages/types/dist/types/discordeno.d.ts:1016
the description of the scheduled event
entityType
entityType:
ScheduledEventEntityType
Defined in: packages/types/dist/types/discordeno.d.ts:1024
the type of hosting entity associated with a scheduled event
image?
optional
image:string
Defined in: packages/types/dist/types/discordeno.d.ts:1026
the cover image of the scheduled event
location?
optional
location:string
Defined in: packages/types/dist/types/discordeno.d.ts:1012
location of the event. Required for events with entityType: ScheduledEventEntityType.External
name
name:
string
Defined in: packages/types/dist/types/discordeno.d.ts:1014
the name of the scheduled event
privacyLevel?
optional
privacyLevel:GuildOnly
Defined in: packages/types/dist/types/discordeno.d.ts:1022
the privacy level of the scheduled event
recurrenceRule?
optional
recurrenceRule:DiscordScheduledEventRecurrenceRule
Defined in: packages/types/dist/types/discordeno.d.ts:1028
the definition for how often this event should recur
scheduledEndTime?
optional
scheduledEndTime:string
Defined in: packages/types/dist/types/discordeno.d.ts:1020
the time the scheduled event will end if it does end. Required for events with entityType: ScheduledEventEntityType.External
scheduledStartTime
scheduledStartTime:
string
Defined in: packages/types/dist/types/discordeno.d.ts:1018
the time the scheduled event will start