We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
contentType
1 parent 7cdfc6c commit 85b2498Copy full SHA for 85b2498
packages/discord.js/src/structures/Attachment.js
@@ -77,8 +77,9 @@ class Attachment {
77
78
if ('content_type' in data) {
79
/**
80
- * The media type of this attachment
+ * The media (MIME) type of this attachment
81
* @type {?string}
82
+ * @see {@link https://developer.mozilla.org/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types}
83
*/
84
this.contentType = data.content_type;
85
} else {
0 commit comments