From 2896aeb38214ff936635f5856e3a44b0f49a4219 Mon Sep 17 00:00:00 2001 From: Pedro Lopez Date: Sat, 8 Feb 2020 01:01:33 -0400 Subject: [PATCH] fix some doc related stuff --- README.md | 7 ++++--- src/structures/Location.js | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1d9d035..3146fb1 100644 --- a/README.md +++ b/README.md @@ -50,16 +50,17 @@ Take a look at [example.js](https://github.com/pedroslopez/whatsapp-web.js/blob/ | Send stickers | _pending_ | | Receive media (images/audio/video/documents) | ✅ | | Send contact cards | _pending_ | -| Send location | _pending_ | +| Send location | ✅ | +| Receive location | ✅ | | Message replies | ✅ | -| Join groups by invite | ✅ | +| Join groups by invite | ✅ | +| Get invite for group | ✅ | | Modify group info (subject, description) | ✅ | | Add group participants | ✅ | | Kick group participants | ✅ | | Promote/demote group participants | ✅ | | Mention users | _pending_ | | Get contact info | ✅ | -| Send/receive Location | ✅ | Something missing? Make an issue and let us know! diff --git a/src/structures/Location.js b/src/structures/Location.js index 00e6482..f9bc9dc 100644 --- a/src/structures/Location.js +++ b/src/structures/Location.js @@ -7,7 +7,7 @@ class Location { /** * @param {number} latitude * @param {number} longitude - * @param {?string} descriptionon + * @param {?string} description */ constructor(latitude, longitude, description) { /**