docs: fix slight typo

This commit is contained in:
Pedro Lopez
2020-12-21 22:49:20 -04:00
committed by Pedro S. Lopez
parent e141a5df97
commit 0c0a5a752b

View File

@@ -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)