fix(types): media type in MessageSendOptions (#554)

Co-authored-by: Pedro S. Lopez <pslamoros@hotmail.com>
This commit is contained in:
Jacob Galam
2021-02-25 06:27:23 +02:00
committed by GitHub
parent bc90ffcb19
commit e6015162c5

View File

@@ -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
*/
/**