CreateScheduledEvent
Documentation / @discordeno/bot / CreateScheduledEvent
Interface: CreateScheduledEvent
Defined in: packages/types/dist/types/discordeno.d.ts:995
Properties
channelId?
optional
channelId:BigString
Defined in: packages/types/dist/types/discordeno.d.ts:997
the channel id of the scheduled event.
description
description:
string
Defined in: packages/types/dist/types/discordeno.d.ts:1003
the description of the scheduled event
entityType
entityType:
ScheduledEventEntityType
Defined in: packages/types/dist/types/discordeno.d.ts:1011
the type of hosting entity associated with a scheduled event
image?
optional
image:string
Defined in: packages/types/dist/types/discordeno.d.ts:1013
the cover image of the scheduled event
location?
optional
location:string
Defined in: packages/types/dist/types/discordeno.d.ts:999
location of the event. Required for events with entityType: ScheduledEventEntityType.External
name
name:
string
Defined in: packages/types/dist/types/discordeno.d.ts:1001
the name of the scheduled event
privacyLevel?
optional
privacyLevel:GuildOnly
Defined in: packages/types/dist/types/discordeno.d.ts:1009
the privacy level of the scheduled event
recurrenceRule?
optional
recurrenceRule:DiscordScheduledEventRecurrenceRule
Defined in: packages/types/dist/types/discordeno.d.ts:1015
the definition for how often this event should recur
scheduledEndTime?
optional
scheduledEndTime:string
Defined in: packages/types/dist/types/discordeno.d.ts:1007
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:1005
the time the scheduled event will start