You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deno/payloads/v9/channel.ts
+2-2
Original file line number
Diff line number
Diff line change
@@ -567,7 +567,7 @@ export interface APIMessage {
567
567
/**
568
568
* Any attached files
569
569
*
570
-
* See https://discord.com/developers/docs/resources/channel#attachment-object
570
+
* See https://discord.com/developers/docs/resources/message#attachment-object-attachment-structure
571
571
*
572
572
* The `MESSAGE_CONTENT` privileged gateway intent will become required after **August 31, 2022** for verified applications to receive a non-empty value from this field
* Starting with API v10, the `attachments` array must contain all attachments that should be present after edit, including **retained and new** attachments provided in the request body.
463
458
*
464
-
* See https://discord.com/developers/docs/resources/channel#attachment-object
459
+
* See https://discord.com/developers/docs/resources/message#attachment-object-attachment-structure
Copy file name to clipboardExpand all lines: deno/rest/v10/webhook.ts
+1-1
Original file line number
Diff line number
Diff line change
@@ -264,7 +264,7 @@ export type RESTPatchAPIWebhookWithTokenMessageJSONBody = AddUndefinedToPossibly
264
264
*
265
265
* Starting with API v10, the `attachments` array must contain all attachments that should be present after edit, including **retained and new** attachments provided in the request body.
266
266
*
267
-
* See https://discord.com/developers/docs/resources/channel#attachment-object
267
+
* See https://discord.com/developers/docs/resources/message#attachment-object-attachment-structure
* Starting with API v10, the `attachments` array must contain all attachments that should be present after edit, including **retained and new** attachments provided in the request body.
479
474
*
480
-
* See https://discord.com/developers/docs/resources/channel#attachment-object
475
+
* See https://discord.com/developers/docs/resources/message#attachment-object-attachment-structure
Copy file name to clipboardExpand all lines: deno/rest/v9/webhook.ts
+1-1
Original file line number
Diff line number
Diff line change
@@ -264,7 +264,7 @@ export type RESTPatchAPIWebhookWithTokenMessageJSONBody = AddUndefinedToPossibly
264
264
*
265
265
* Starting with API v10, the `attachments` array must contain all attachments that should be present after edit, including **retained and new** attachments provided in the request body.
266
266
*
267
-
* See https://discord.com/developers/docs/resources/channel#attachment-object
267
+
* See https://discord.com/developers/docs/resources/message#attachment-object-attachment-structure
Copy file name to clipboardExpand all lines: payloads/v9/channel.ts
+2-2
Original file line number
Diff line number
Diff line change
@@ -567,7 +567,7 @@ export interface APIMessage {
567
567
/**
568
568
* Any attached files
569
569
*
570
-
* See https://discord.com/developers/docs/resources/channel#attachment-object
570
+
* See https://discord.com/developers/docs/resources/message#attachment-object-attachment-structure
571
571
*
572
572
* The `MESSAGE_CONTENT` privileged gateway intent will become required after **August 31, 2022** for verified applications to receive a non-empty value from this field
* Starting with API v10, the `attachments` array must contain all attachments that should be present after edit, including **retained and new** attachments provided in the request body.
463
458
*
464
-
* See https://discord.com/developers/docs/resources/channel#attachment-object
459
+
* See https://discord.com/developers/docs/resources/message#attachment-object-attachment-structure
Copy file name to clipboardExpand all lines: rest/v10/webhook.ts
+1-1
Original file line number
Diff line number
Diff line change
@@ -264,7 +264,7 @@ export type RESTPatchAPIWebhookWithTokenMessageJSONBody = AddUndefinedToPossibly
264
264
*
265
265
* Starting with API v10, the `attachments` array must contain all attachments that should be present after edit, including **retained and new** attachments provided in the request body.
266
266
*
267
-
* See https://discord.com/developers/docs/resources/channel#attachment-object
267
+
* See https://discord.com/developers/docs/resources/message#attachment-object-attachment-structure
* Starting with API v10, the `attachments` array must contain all attachments that should be present after edit, including **retained and new** attachments provided in the request body.
479
474
*
480
-
* See https://discord.com/developers/docs/resources/channel#attachment-object
475
+
* See https://discord.com/developers/docs/resources/message#attachment-object-attachment-structure
Copy file name to clipboardExpand all lines: rest/v9/webhook.ts
+1-1
Original file line number
Diff line number
Diff line change
@@ -264,7 +264,7 @@ export type RESTPatchAPIWebhookWithTokenMessageJSONBody = AddUndefinedToPossibly
264
264
*
265
265
* Starting with API v10, the `attachments` array must contain all attachments that should be present after edit, including **retained and new** attachments provided in the request body.
266
266
*
267
-
* See https://discord.com/developers/docs/resources/channel#attachment-object
267
+
* See https://discord.com/developers/docs/resources/message#attachment-object-attachment-structure
0 commit comments