docs(Attachment): add MIME types link to contentType
backport 9824
This commit is contained in:
@@ -125,8 +125,9 @@ class MessageAttachment {
|
|||||||
|
|
||||||
if ('content_type' in data) {
|
if ('content_type' in data) {
|
||||||
/**
|
/**
|
||||||
* The media type of this attachment
|
* The media (MIME) type of this attachment
|
||||||
* @type {?string}
|
* @type {?string}
|
||||||
|
* @see {@link https://developer.mozilla.org/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types}
|
||||||
*/
|
*/
|
||||||
this.contentType = data.content_type;
|
this.contentType = data.content_type;
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user