New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details → →
Socket
Book a DemoSign in
Socket

@bonvoy/plugin-telegram

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

@bonvoy/plugin-telegram

🚢 Telegram notification plugin for bonvoy

latest
Source
npmnpm
Version
0.12.0
Version published
Maintainers
1
Created
Source

@bonvoy/plugin-telegram

Telegram notification plugin for bonvoy. Sends release notifications via Telegram Bot API.

Installation

npm install @bonvoy/plugin-telegram

Usage

  • Create a bot via @BotFather
  • Get your chat ID (use @userinfobot)
  • Configure the plugin:
// bonvoy.config.js
export default {
  plugins: [
    ['@bonvoy/plugin-telegram', {
      botToken: process.env.TELEGRAM_BOT_TOKEN,
      chatId: process.env.TELEGRAM_CHAT_ID,
    }]
  ]
};

Configuration

OptionTypeRequiredDescription
botTokenstringYesTelegram Bot Token from BotFather
chatIdstringYesChat/Group/Channel ID
parseModestringNoMessage format: HTML, Markdown, MarkdownV2 (default: HTML)
disableWebPagePreviewbooleanNoDisable link previews (default: true)
onSuccessbooleanNoSend on success (default: true)
onFailurebooleanNoSend on failure (default: false)

Environment Variables

TELEGRAM_BOT_TOKEN=123456:ABC-DEF...
TELEGRAM_CHAT_ID=-1001234567890

License

MIT

Keywords

bonvoy

FAQs

Package last updated on 11 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts