Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tg-resolve

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tg-resolve - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

example.js

@@ -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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc