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)