docs(Message): update description for attachments (#1618)

This commit is contained in:
Kshitij Anurag
2026-04-08 19:59:49 +05:30
committed by GitHub
parent 3a296fa929
commit 487c3b7980
4 changed files with 4 additions and 4 deletions

View File

@@ -87,7 +87,7 @@ export interface APIBaseMessageNoChannel {
*/
mention_channels?: APIChannelMention[];
/**
* Any attached files
* Any attached files that are not referenced in embeds or components
*
* @see {@link https://discord.com/developers/docs/resources/message#attachment-object-attachment-structure}
*

View File

@@ -86,7 +86,7 @@ export interface APIBaseMessageNoChannel {
*/
mention_channels?: APIChannelMention[];
/**
* Any attached files
* Any attached files that are not referenced in embeds or components
*
* @see {@link https://discord.com/developers/docs/resources/message#attachment-object-attachment-structure}
*

View File

@@ -87,7 +87,7 @@ export interface APIBaseMessageNoChannel {
*/
mention_channels?: APIChannelMention[];
/**
* Any attached files
* Any attached files that are not referenced in embeds or components
*
* @see {@link https://discord.com/developers/docs/resources/message#attachment-object-attachment-structure}
*

View File

@@ -86,7 +86,7 @@ export interface APIBaseMessageNoChannel {
*/
mention_channels?: APIChannelMention[];
/**
* Any attached files
* Any attached files that are not referenced in embeds or components
*
* @see {@link https://discord.com/developers/docs/resources/message#attachment-object-attachment-structure}
*