@darkwolf/telegram-bot.lazy.cjs
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -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", |
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
579715