mirror of
https://github.com/cheveguerra/whatsapp-web.js.git
synced 2026-04-20 12:39:20 +00:00
fix some doc related stuff
This commit is contained in:
@@ -50,16 +50,17 @@ Take a look at [example.js](https://github.com/pedroslopez/whatsapp-web.js/blob/
|
|||||||
| Send stickers | _pending_ |
|
| Send stickers | _pending_ |
|
||||||
| Receive media (images/audio/video/documents) | ✅ |
|
| Receive media (images/audio/video/documents) | ✅ |
|
||||||
| Send contact cards | _pending_ |
|
| Send contact cards | _pending_ |
|
||||||
| Send location | _pending_ |
|
| Send location | ✅ |
|
||||||
|
| Receive location | ✅ |
|
||||||
| Message replies | ✅ |
|
| Message replies | ✅ |
|
||||||
| Join groups by invite | ✅ |
|
| Join groups by invite | ✅ |
|
||||||
|
| Get invite for group | ✅ |
|
||||||
| Modify group info (subject, description) | ✅ |
|
| Modify group info (subject, description) | ✅ |
|
||||||
| Add group participants | ✅ |
|
| Add group participants | ✅ |
|
||||||
| Kick group participants | ✅ |
|
| Kick group participants | ✅ |
|
||||||
| Promote/demote group participants | ✅ |
|
| Promote/demote group participants | ✅ |
|
||||||
| Mention users | _pending_ |
|
| Mention users | _pending_ |
|
||||||
| Get contact info | ✅ |
|
| Get contact info | ✅ |
|
||||||
| Send/receive Location | ✅ |
|
|
||||||
|
|
||||||
Something missing? Make an issue and let us know!
|
Something missing? Make an issue and let us know!
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ class Location {
|
|||||||
/**
|
/**
|
||||||
* @param {number} latitude
|
* @param {number} latitude
|
||||||
* @param {number} longitude
|
* @param {number} longitude
|
||||||
* @param {?string} descriptionon
|
* @param {?string} description
|
||||||
*/
|
*/
|
||||||
constructor(latitude, longitude, description) {
|
constructor(latitude, longitude, description) {
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user