ScheduledEvent
Documentation / @discordeno/bot / ScheduledEvent
Interface: ScheduledEvent
Defined in: transformers/types.ts:1777
Properties
channelId?
optionalchannelId?:bigint
Defined in: transformers/types.ts:1783
the channel id in which the scheduled event will be hosted if specified
creator?
optionalcreator?:User
Defined in: transformers/types.ts:1805
the user that created the scheduled event
creatorId?
optionalcreatorId?:bigint
Defined in: transformers/types.ts:1785
the id of the user that created the scheduled event
description?
optionaldescription?:string
Defined in: transformers/types.ts:1789
the description of the scheduled event
entityId?
optionalentityId?:bigint
Defined in: transformers/types.ts:1801
any additional id of the hosting entity associated with event
entityType
entityType:
ScheduledEventEntityType
Defined in: transformers/types.ts:1799
the type of hosting entity associated with a scheduled event
guildId
guildId:
bigint
Defined in: transformers/types.ts:1781
the guild id which the scheduled event belongs to
id
id:
bigint
Defined in: transformers/types.ts:1779
the id of the scheduled event
image?
optionalimage?:bigint
Defined in: transformers/types.ts:1809
the cover image hash of the scheduled event
location?
optionallocation?:string
Defined in: transformers/types.ts:1803
the location for the scheduled event
name
name:
string
Defined in: transformers/types.ts:1787
the name of the scheduled event
privacyLevel
privacyLevel:
GuildOnly
Defined in: transformers/types.ts:1795
the privacy level of the scheduled event
recurrenceRule?
optionalrecurrenceRule?:ScheduledEventRecurrenceRule
Defined in: transformers/types.ts:1811
the definition for how often this event should recur
scheduledEndTime?
optionalscheduledEndTime?:number
Defined in: transformers/types.ts:1793
the time the scheduled event will end if it does end.
scheduledStartTime
scheduledStartTime:
number
Defined in: transformers/types.ts:1791
the time the scheduled event will start
status
status:
ScheduledEventStatus
Defined in: transformers/types.ts:1797
the status of the scheduled event
userCount?
optionaluserCount?:number
Defined in: transformers/types.ts:1807
the number of users subscribed to the scheduled event