@azteam/telegram-api
Advanced tools
Comparing version 1.1.89 to 1.1.90
@@ -40,2 +40,7 @@ "use strict"; | ||
this.errorChannelId = errorChannelId; | ||
this.retrySendSuccessMessage = this.retrySendSuccessMessage.bind(this); | ||
this.retrySendErrorMessage = this.retrySendErrorMessage.bind(this); | ||
this.sendErrorApiMessage = this.sendErrorApiMessage.bind(this); | ||
this.sendErrorMessage = this.sendErrorMessage.bind(this); | ||
this.sendSuccessMessage = this.sendSuccessMessage.bind(this); | ||
} | ||
@@ -42,0 +47,0 @@ _createClass(TelegramMessageSender, [{ |
{ | ||
"name": "@azteam/telegram-api", | ||
"version": "1.1.89", | ||
"version": "1.1.90", | ||
"description": "N/A", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -20,5 +20,10 @@ import path from 'path'; | ||
this.api = new TelegramAPI(token); | ||
this.successChannelId = successChannelId; | ||
this.errorChannelId = errorChannelId; | ||
this.retrySendSuccessMessage = this.retrySendSuccessMessage.bind(this); | ||
this.retrySendErrorMessage = this.retrySendErrorMessage.bind(this); | ||
this.sendErrorApiMessage = this.sendErrorApiMessage.bind(this); | ||
this.sendErrorMessage = this.sendErrorMessage.bind(this); | ||
this.sendSuccessMessage = this.sendSuccessMessage.bind(this); | ||
} | ||
@@ -54,3 +59,2 @@ | ||
} | ||
let messageId = null; | ||
@@ -57,0 +61,0 @@ try { |
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
63759
1079