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
optionalAPIUser creator? :
The user that created the scheduled event
APIGuildScheduledEventEntityMetadata | null entity_metadata :
The entity metadata for the scheduled event
Type entity_type :
The type of hosting entity associated with the scheduled event
Snowflake guild_id :
The guild id which the scheduled event belongs to
Snowflake id :
The id of the guild event
string name :
The name of the scheduled event
GuildScheduledEventPrivacyLevel privacy_level :
The privacy level of the scheduled event
APIGuildScheduledEventRecurrenceRule | 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
string scheduled_start_time :
The time the scheduled event will start
GuildScheduledEventStatus status :
The status of the scheduled event
optionalnumber user_count? :
The number of users subscribed to the scheduled event