@azteam/telegram-api
Advanced tools
Comparing version 1.0.48 to 1.0.49
{ | ||
"name": "@azteam/telegram-api", | ||
"version": "1.0.48", | ||
"version": "1.0.49", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -20,7 +20,6 @@ import HttpClient from '@azteam/http-client'; | ||
this.client.post(this.endpoint + '/sendMessage', { | ||
return this.client.post(this.endpoint + '/sendMessage', { | ||
chat_id: telegram_id, | ||
text: message, | ||
}); | ||
return null; | ||
} | ||
@@ -27,0 +26,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
1464
24