From a434e001e20e36bc8187f663a7b94a4a923416a1 Mon Sep 17 00:00:00 2001 From: Victorsitou <67214928+Victorsitou@users.noreply.github.com> Date: Mon, 28 Nov 2022 19:15:47 -0300 Subject: [PATCH] feat(Stage Instace): add `guild_scheduled_event_id` field to create stage instace endpoint --- docs/resources/Stage_Instance.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/resources/Stage_Instance.md b/docs/resources/Stage_Instance.md index 7c6e750ba3..ee12e88ea6 100644 --- a/docs/resources/Stage_Instance.md +++ b/docs/resources/Stage_Instance.md @@ -76,6 +76,7 @@ Requires the user to be a moderator of the Stage channel. | topic | string | The topic of the Stage instance (1-120 characters) | | privacy_level? | integer | The [privacy level](#DOCS_RESOURCES_STAGE_INSTANCE/stage-instance-object-privacy-level) of the Stage instance (default GUILD_ONLY) | | send_start_notification? \* | boolean | Notify @everyone that a Stage instance has started | +| guild_scheduled_event_id? | snowflake | The guild scheduled event associated with this Stage instance | \* The stage moderator must have the `MENTION_EVERYONE` permission for this notification to be sent.