@green-api/whatsapp-bot
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -65,3 +65,3 @@ { | ||
"types": "./src/typings/index.d.ts", | ||
"version": "0.2.0" | ||
"version": "0.2.1" | ||
} |
@@ -29,3 +29,3 @@ # WhatsApp chat bot library for nodejs | ||
If you want to get API-V1 protocol then you also have to visit [green-api.com](https://green-api.com) and choose Chat bot price option. Green API will take you a free trial period if you ask them. Access token looks like this: | ||
In case you want API-V1 protocol you also have to visit [green-api.com](https://green-api.com) and choose Chat bot price option. Green API will give you a free trial period if you ask them. Access token looks like this: | ||
``` | ||
@@ -32,0 +32,0 @@ token = 'gr.abcdefg...' |
@@ -27,2 +27,3 @@ /** @format */ | ||
username?: string | ||
apiType?: ApiClient | ||
} | ||
@@ -29,0 +30,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
283541
7108