docs: add location to supported content types

This commit is contained in:
Pedro Lopez
2020-02-09 00:53:43 -04:00
parent d1dba0f4c0
commit f947f75725

View File

@@ -241,7 +241,7 @@ class Client extends EventEmitter {
/**
* Send a message to a specific chatId
* @param {string} chatId
* @param {string|MessageMedia} content
* @param {string|MessageMedia|Location} content
* @param {object} options
* @returns {Promise<Message>} Message that was just sent
*/