Comparing version 2.1.4 to 2.1.5
{ | ||
"name": "nk-ntba", | ||
"version": "2.1.4", | ||
"version": "2.1.5", | ||
"description": "Telegram bot api library for NodeJS. Developer's telegram: @NekitKuzmenko", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -18,3 +18,3 @@ Bot authorization: | ||
callback_query | ||
shipping_query' | ||
shipping_query | ||
pre_checkout_query | ||
@@ -114,3 +114,7 @@ poll | ||
await bot.downloadFile('your file_id', fs.createWriteStream('your file')); | ||
(async () => | ||
await bot.downloadFile('your file_id', fs.createWriteStream('your file')); | ||
})(); | ||
``` | ||
@@ -150,2 +154,2 @@ | ||
}); | ||
``` | ||
``` |
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
55487
153