File tree Expand file tree Collapse file tree 4 files changed +16
-0
lines changed
Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,10 @@ export interface RESTPostAPIStageInstanceJSONBody {
2323 * Notify @everyone that a stage instance has started
2424 */
2525 send_start_notification ?: boolean | undefined ;
26+ /**
27+ * The guild scheduled event associated with this stage instance
28+ */
29+ guild_scheduled_event_id ?: Snowflake | undefined ;
2630}
2731
2832/**
Original file line number Diff line number Diff line change @@ -23,6 +23,10 @@ export interface RESTPostAPIStageInstanceJSONBody {
2323 * Notify @everyone that a stage instance has started
2424 */
2525 send_start_notification ?: boolean | undefined ;
26+ /**
27+ * The guild scheduled event associated with this stage instance
28+ */
29+ guild_scheduled_event_id ?: Snowflake | undefined ;
2630}
2731
2832/**
Original file line number Diff line number Diff line change @@ -23,6 +23,10 @@ export interface RESTPostAPIStageInstanceJSONBody {
2323 * Notify @everyone that a stage instance has started
2424 */
2525 send_start_notification ?: boolean | undefined ;
26+ /**
27+ * The guild scheduled event associated with this stage instance
28+ */
29+ guild_scheduled_event_id ?: Snowflake | undefined ;
2630}
2731
2832/**
Original file line number Diff line number Diff line change @@ -23,6 +23,10 @@ export interface RESTPostAPIStageInstanceJSONBody {
2323 * Notify @everyone that a stage instance has started
2424 */
2525 send_start_notification ?: boolean | undefined ;
26+ /**
27+ * The guild scheduled event associated with this stage instance
28+ */
29+ guild_scheduled_event_id ?: Snowflake | undefined ;
2630}
2731
2832/**
You can’t perform that action at this time.
0 commit comments