From 0c0a5a752b4dba501d976735acf90f124eee6ef5 Mon Sep 17 00:00:00 2001 From: Pedro Lopez Date: Mon, 21 Dec 2020 22:49:20 -0400 Subject: [PATCH] docs: fix slight typo --- src/Client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Client.js b/src/Client.js index c5357bb..3db3fdb 100644 --- a/src/Client.js +++ b/src/Client.js @@ -420,7 +420,7 @@ class Client extends EventEmitter { * @typedef {Object} MessageSendOptions * @property {boolean} [linkPreview=true] - Show links preview * @property {boolean} [sendAudioAsVoice=false] - Send audio as voice message - * @property {boolean} [sendMediaAsDocument=false] = Send media as a document + * @property {boolean} [sendMediaAsDocument=false] - Send media as a document * @property {boolean} [parseVCards=true] - Automatically parse vCards and send them as contacts * @property {string} [caption] - Image or video caption * @property {string} [quotedMessageId] - Id of the message that is being quoted (or replied to)