mirror of
https://github.com/discordjs/discord-api-types.git
synced 2026-05-21 02:40:08 +00:00
docs(Message): update description for attachments (#1618)
This commit is contained in:
2
deno/payloads/v10/message.ts
generated
2
deno/payloads/v10/message.ts
generated
@@ -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}
|
||||
*
|
||||
|
||||
2
deno/payloads/v9/message.ts
generated
2
deno/payloads/v9/message.ts
generated
@@ -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}
|
||||
*
|
||||
|
||||
@@ -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}
|
||||
*
|
||||
|
||||
@@ -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}
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user