@raphaelvserafim/client-api-whatsapp 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -35,9 +35,10 @@ yarn add @raphaelvserafim/client-api-whatsapp
|
|
|
35
35
|
```
|
|
36
36
|
|
|
37
37
|
```js
|
|
38
|
-
import WhatsApp
|
|
38
|
+
import { WhatsApp, StatusPresence, TypeMessage, } from '@raphaelvserafim/client-api-whatsapp';
|
|
39
39
|
|
|
40
40
|
const whatsapp = new WhatsApp({ server: "https://us.api-wa.me", key: "12345678" });
|
|
41
|
+
|
|
41
42
|
const to = "559999999999" // If you want to send it to the group = 123456789@us
|
|
42
43
|
```
|
|
43
44
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@raphaelvserafim/client-api-whatsapp",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "With our API, you can send text, audio, video, and image messages quickly and easily. Adapt to your business communication needs comprehensively.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|