export interface APIGuildScheduledEventBase<Type extends GuildScheduledEventEntityType>
Type Parameters
GuildScheduledEventEntityType Type extends
The channel id in which the scheduled event will be hosted, or null
if entity type is EXTERNAL
optionalexternalAPIUser creator? :
The user that created the scheduled event
The id of the hosting entity associated with the scheduled event
externalAPIGuildScheduledEventEntityMetadata | null entity_metadata :
The entity metadata for the scheduled event
externalType entity_type :
The type of hosting entity associated with the scheduled event
externalSnowflake guild_id :
The guild id which the scheduled event belongs to
externalSnowflake id :
The id of the guild event
externalstring name :
The name of the scheduled event
externalGuildScheduledEventPrivacyLevel privacy_level :
The privacy level of the scheduled event
externalAPIGuildScheduledEventRecurrenceRule | null recurrence_rule :
The definition for how often this event should recur
The time at which the guild event will end, or null
if the event does not have a scheduled time to end
externalstring scheduled_start_time :
The time the scheduled event will start
externalGuildScheduledEventStatus status :
The status of the scheduled event
optionalexternalnumber user_count? :
The number of users subscribed to the scheduled event