feat: Send contacts (#395)

Introduces the ability to send contact cards. You can send Contacts directly or send a vCard string and it will be automatically parsed. If you'd like to disable this autoparse functionality, you can set `parseVCards: false` as an option while sending a message.

close #293
This commit is contained in:
Pedro S. Lopez
2020-10-25 22:44:37 -04:00
committed by GitHub
parent 668106be2d
commit 9b096db784
4 changed files with 49 additions and 4 deletions

View File

@@ -49,7 +49,7 @@ Take a look at [example.js](https://github.com/pedroslopez/whatsapp-web.js/blob/
| Send media (video) | ✅ [(requires google chrome)](https://github.com/pedroslopez/whatsapp-web.js/issues/78#issuecomment-592723583) |
| Send stickers | _pending_ |
| Receive media (images/audio/video/documents) | ✅ |
| Send contact cards | _pending_ |
| Send contact cards | |
| Send location | ✅ |
| Receive location | ✅ |
| Message replies | ✅ |