From f947f7572554b3342cf9f369d45321a782f65f01 Mon Sep 17 00:00:00 2001 From: Pedro Lopez Date: Sun, 9 Feb 2020 00:53:43 -0400 Subject: [PATCH] docs: add location to supported content types --- src/Client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Client.js b/src/Client.js index e3e5d85..f63eb88 100644 --- a/src/Client.js +++ b/src/Client.js @@ -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 that was just sent */