From e6015162c53259e98e026ba7898bd31d2ef69a62 Mon Sep 17 00:00:00 2001 From: Jacob Galam Date: Thu, 25 Feb 2021 06:27:23 +0200 Subject: [PATCH] fix(types): media type in MessageSendOptions (#554) Co-authored-by: Pedro S. Lopez --- src/Client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Client.js b/src/Client.js index ced7ea1..55a6a49 100644 --- a/src/Client.js +++ b/src/Client.js @@ -430,7 +430,7 @@ class Client extends EventEmitter { * @property {string} [quotedMessageId] - Id of the message that is being quoted (or replied to) * @property {Contact[]} [mentions] - Contacts that are being mentioned in the message * @property {boolean} [sendSeen=true] - Mark the conversation as seen after sending the message - * @property {boolean} [media] - Media to be sent + * @property {MessageMedia} [media] - Media to be sent */ /**