fix some doc related stuff

This commit is contained in:
Pedro Lopez
2020-02-08 01:01:33 -04:00
parent 065a9212ba
commit 2896aeb382
2 changed files with 5 additions and 4 deletions

View File

@@ -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!

View File

@@ -7,7 +7,7 @@ class Location {
/**
* @param {number} latitude
* @param {number} longitude
* @param {?string} descriptionon
* @param {?string} description
*/
constructor(latitude, longitude, description) {
/**