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

@darkwolf/telegram-bot.lazy.cjs

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@darkwolf/telegram-bot.lazy.cjs - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

6

lib/index.js

@@ -640,3 +640,3 @@ const EventEmitter = require('events')

removeChatTitle(id) {
return this.setChatTitle(id, FormattedText.MAGICK_CHAR)
return this.setChatTitle(id, types.FormattedText.MAGICK_CHAR)
}

@@ -777,3 +777,3 @@

removeMessageText(chatId, messageId, options) {
return this.editMessageText(chatId, messageId, FormattedText.MAGICK_CHAR, options)
return this.editMessageText(chatId, messageId, types.FormattedText.MAGICK_CHAR, options)
}

@@ -792,3 +792,3 @@

removeInlineMessageText(id, options) {
return this.editInlineMessageText(id, FormattedText.MAGICK_CHAR, options)
return this.editInlineMessageText(id, types.FormattedText.MAGICK_CHAR, options)
}

@@ -795,0 +795,0 @@

{
"name": "@darkwolf/telegram-bot.lazy.cjs",
"version": "1.0.0",
"version": "1.0.1",
"description": "Telegram Bot API",

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

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