docs(messageattachment): fix contentType docs (#7413)

This commit is contained in:
n1ck_pro
2022-02-07 11:49:27 +01:00
committed by GitHub
parent d8184f94dd
commit 2800e07e59

View File

@@ -124,7 +124,7 @@ class MessageAttachment {
if ('content_type' in data) { if ('content_type' in data) {
/** /**
* This media type of this attachment * The media type of this attachment
* @type {?string} * @type {?string}
*/ */
this.contentType = data.content_type; this.contentType = data.content_type;