New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@azteam/telegram-api

Package Overview
Dependencies
Maintainers
1
Versions
162
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@azteam/telegram-api - npm Package Compare versions

Comparing version 1.0.61 to 1.0.62

2

package.json
{
"name": "@azteam/telegram-api",
"version": "1.0.61",
"version": "1.0.62",
"description": "",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -11,3 +11,3 @@ import HttpClient from '@azteam/http-client';

return await this.client.post(this.endpoint + '/setWebhook', {
url: callbackURL,
url: callbackURL
});

@@ -38,3 +38,3 @@ }

keyboard: menu,
resize_keyboard: true,
resize_keyboard: true
})

@@ -44,3 +44,3 @@ });

async sendReply(id, message, menu) {
async sendReply(id, message, menu, isRemoveKeyBoard = true) {

@@ -52,3 +52,4 @@ return this.client.post(this.endpoint + '/sendMessage', {

inline_keyboard: menu,
resize_keyboard: true
resize_keyboard: true,
remove_keyboard: isRemoveKeyBoard
})

@@ -55,0 +56,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