feat(RESTPostAPIStageInstanceJSONBody): add send_start_notification (#378)

This commit is contained in:
Vitor
2022-03-29 19:28:25 +01:00
committed by GitHub
parent 93eab113cd
commit b764e8dc1a
4 changed files with 16 additions and 0 deletions

View File

@@ -20,6 +20,10 @@ export interface RESTPostAPIStageInstanceJSONBody {
* @default GuildOnly
*/
privacy_level?: StageInstancePrivacyLevel;
/**
* Notify @everyone that a stage instance has started
*/
send_start_notification?: boolean;
}
/**

View File

@@ -20,6 +20,10 @@ export interface RESTPostAPIStageInstanceJSONBody {
* @default GuildOnly
*/
privacy_level?: StageInstancePrivacyLevel;
/**
* Notify @everyone that a stage instance has started
*/
send_start_notification?: boolean;
}
/**

View File

@@ -20,6 +20,10 @@ export interface RESTPostAPIStageInstanceJSONBody {
* @default GuildOnly
*/
privacy_level?: StageInstancePrivacyLevel;
/**
* Notify @everyone that a stage instance has started
*/
send_start_notification?: boolean;
}
/**

View File

@@ -20,6 +20,10 @@ export interface RESTPostAPIStageInstanceJSONBody {
* @default GuildOnly
*/
privacy_level?: StageInstancePrivacyLevel;
/**
* Notify @everyone that a stage instance has started
*/
send_start_notification?: boolean;
}
/**