From 24664f90af6af61c38e679dbe1c9f4c0fc4eac0c Mon Sep 17 00:00:00 2001 From: Daniel Cardenas Date: Wed, 12 Jun 2019 19:05:06 -0500 Subject: [PATCH] Add available functions list --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 980efdfc..1fb6b6dd 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,22 @@ function start(client: Whatsapp) { ``` ###### After executing `create()` function, **sulla** will create an instance of whatsapp web. If you are not logged in, it will print a QR code in the [terminal](https://i.imgur.com/g8QvERI.png). Scan it with your phone and you are ready to go! - ###### sulla will remember the session so there is no need to authenticate everytime. +### Functions list +| Function | Description | Implemented | +|----------------------------------- |------------- |------------- | +| Receive message | | ✅ | +| Send text | | ✅ | +| Get contacts | | ✅ | +| Get chats | | ✅ | +| Get groups | | ✅ | +| Get group members | | ✅ | +| Send contact | | ✅ | +| Get contact detail | | ✅ | +| Send media (image, audio, doc) | | | +| Send stickers | | | +| Decrypt media (image, audio, doc) | | | ## Contributing Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.