
Product
Announcing Bun and vlt Support in Socket
Bringing supply chain security to the next generation of JavaScript package managers
@beavernsticks/moleculer-telegram-bot
Advanced tools
Telegram bot support for Moleculer microservices framework based on GrammY.
$ npm install @beavernsticks/moleculer-telegram-bot --save
import { TelegramBotMixin } from '@beavernsticks/moleculer-telegram-bot'
broker.createService({
name: 'greeter',
mixins: [TelegramBotMixin],
settings: {
telegram: {
token: '<BOT TOKEN>',
},
},
actions: {
welcome: {
handler(ctx) {
return this.sendMessage(ctx, 'Hello!', { tgId: 12345 })
},
},
},
})
| Property | Type | Default | Description |
|---|---|---|---|
token | string | required | Bot token from @BotFather. |
The project is available under the MIT license.
Copyright (c) 2023 Beaver'n'Sticks
FAQs
Telegram Bot package for Moleculer framework
We found that @beavernsticks/moleculer-telegram-bot demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Product
Bringing supply chain security to the next generation of JavaScript package managers

Product
A safer, faster way to eliminate vulnerabilities without updating dependencies

Product
Reachability analysis for Ruby is now in beta, helping teams identify which vulnerabilities are truly exploitable in their applications.