Comparing version 1.1.0 to 1.1.1
@@ -39,3 +39,3 @@ /*** | ||
console.log(rangi.cyan(JSON.stringify(u))); | ||
bot.sendMessage(fromId, '*Details*\n\n_Name:_ `' + u.first_name + '` `' + u.last_name + '`\n_Username:_ `' + u.username + '`\n_ID:_ `' + u.id + '`', opts); | ||
bot.sendMessage(fromId, '*Details*\n\n_Name:_ `' + u.first_name + '` `' + u.last_name + '`\n_Username:_ `' + u.username + '`\n_ID:_ `' + u.id + '`', opts); // Notice that there is no field to get a Group/Channel title! | ||
}); | ||
@@ -42,0 +42,0 @@ }); |
{ | ||
"name": "tg-resolve", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Resolves Telegram usernames and/or ids to a complete User or/and Chat JSON object(s)", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -20,3 +20,3 @@ [![](https://img.shields.io/npm/dt/tg-resolve.svg?style=flat-square)](https://www.npmjs.com/package/tg-resolve) | ||
- BIn a bot which has lost its database, but users had previously started the bot | ||
- General resolving to get user details | ||
- General resolving to get user details e.g [UResolverBot](https://telegram.me/UResolverBot) | ||
- And much more! | ||
@@ -23,0 +23,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
6975