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