Skip to content

Commit a9c6985

Browse files
authored
docs: mark APIApplication#summary and APISticker#asset as unstable (#1080)
1 parent 4b64f84 commit a9c6985

File tree

8 files changed

+8
-0
lines changed

8 files changed

+8
-0
lines changed

deno/payloads/v10/application.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ export interface APIApplication {
6464
* An empty string
6565
*
6666
* @deprecated This field will be removed in v11
67+
* @unstable This field is no longer documented by Discord and will be removed in v11
6768
*/
6869
summary: '';
6970
/**

deno/payloads/v10/sticker.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export interface APISticker {
3333
* Previously the sticker asset hash, now an empty string
3434
*
3535
* @deprecated
36+
* @unstable This field is no longer documented by Discord and will be removed in v11
3637
*/
3738
asset?: '';
3839
/**

deno/payloads/v9/application.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ export interface APIApplication {
6464
* An empty string
6565
*
6666
* @deprecated This field will be removed in v11
67+
* @unstable This field is no longer documented by Discord and will be removed in v11
6768
*/
6869
summary: '';
6970
/**

deno/payloads/v9/sticker.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export interface APISticker {
3333
* Previously the sticker asset hash, now an empty string
3434
*
3535
* @deprecated
36+
* @unstable This field is no longer documented by Discord and will be removed in v11
3637
*/
3738
asset?: '';
3839
/**

payloads/v10/application.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ export interface APIApplication {
6464
* An empty string
6565
*
6666
* @deprecated This field will be removed in v11
67+
* @unstable This field is no longer documented by Discord and will be removed in v11
6768
*/
6869
summary: '';
6970
/**

payloads/v10/sticker.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export interface APISticker {
3333
* Previously the sticker asset hash, now an empty string
3434
*
3535
* @deprecated
36+
* @unstable This field is no longer documented by Discord and will be removed in v11
3637
*/
3738
asset?: '';
3839
/**

payloads/v9/application.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ export interface APIApplication {
6464
* An empty string
6565
*
6666
* @deprecated This field will be removed in v11
67+
* @unstable This field is no longer documented by Discord and will be removed in v11
6768
*/
6869
summary: '';
6970
/**

payloads/v9/sticker.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export interface APISticker {
3333
* Previously the sticker asset hash, now an empty string
3434
*
3535
* @deprecated
36+
* @unstable This field is no longer documented by Discord and will be removed in v11
3637
*/
3738
asset?: '';
3839
/**

0 commit comments

Comments
 (0)