APIExternalGuildScheduledEvent

export interface APIExternalGuildScheduledEvent extends APIGuildScheduledEventBase<GuildScheduledEventEntityType.External>
export interface APIExternalGuildScheduledEvent extends APIGuildScheduledEventBase<GuildScheduledEventEntityType.External>

No summary provided.

channel_id:null
creator_id?:Snowflake | null
The id of the user that created the scheduled event
Inherited from APIGuildScheduledEventBase
creator?:APIUser
The user that created the scheduled event
Inherited from APIGuildScheduledEventBase
description?:string | null
The description of the scheduled event
Inherited from APIGuildScheduledEventBase
entity_id:Snowflake | null
The id of the hosting entity associated with the scheduled event
Inherited from APIGuildScheduledEventBase
entity_type:Type
The type of hosting entity associated with the scheduled event
Inherited from APIGuildScheduledEventBase
guild_id:Snowflake
The guild id which the scheduled event belongs to
Inherited from APIGuildScheduledEventBase
The id of the guild event
Inherited from APIGuildScheduledEventBase
image?:string | null
The cover image of the scheduled event
Inherited from APIGuildScheduledEventBase
name:string
The name of the scheduled event
Inherited from APIGuildScheduledEventBase
The privacy level of the scheduled event
Inherited from APIGuildScheduledEventBase
The definition for how often this event should recur
Inherited from APIGuildScheduledEventBase
scheduled_end_time:string | null
The time at which the guild event will end, or null if the event does not have a scheduled time to end
Inherited from APIGuildScheduledEventBase
scheduled_start_time:string
The time the scheduled event will start
Inherited from APIGuildScheduledEventBase
The status of the scheduled event
Inherited from APIGuildScheduledEventBase
user_count?:number
The number of users subscribed to the scheduled event
Inherited from APIGuildScheduledEventBase