APIStageInstanceGuildScheduledEvent
Signature
export interface APIStageInstanceGuildScheduledEvent extends APIGuildScheduledEventBase<GuildScheduledEventEntityType.StageInstance>Private types
APIGuildScheduledEventBaseInterface
interface APIGuildScheduledEventBase<Type extends GuildScheduledEventEntityType> { id: Snowflake; guild_id: Snowflake; channel_id: Snowflake | null; creator_id?: Snowflake | null; name: string; description?: string | null; scheduled_start_time: string; scheduled_end_time: string | null; privacy_level: GuildScheduledEventPrivacyLevel; status: GuildScheduledEventStatus; entity_type: Type; entity_id: Snowflake | null; entity_metadata: APIGuildScheduledEventEntityMetadata | null; creator?: APIUser; user_count?: number; image?: string | null; recurrence_rule: APIGuildScheduledEventRecurrenceRule | null;}Properties
2Methods
0No methods.
Properties
channel_id: Snowflake;The channel id in which the scheduled event will be hosted, or `null` if entity type is `EXTERNAL`
entity_metadata: null;The entity metadata for the scheduled event