🤖 Powerful Nest module for easy and fast creation Telegram bots
Go to file
Baikov Ilia bea2e88684
Add support of new NestJS v10 release (#1086)
* Update package.json

* major release fix up
2023-06-25 14:21:06 +03:00
.github add /website folder in dependabot config 2022-08-25 09:23:55 +03:00
.husky chore(release): v2.0.0 2021-02-14 23:59:26 +03:00
lib fix: remove await before bot.launch 2022-11-30 14:57:27 +03:00
sample/01-complete-app chore(deps): bump minimatch in /sample/01-complete-app (#985) 2022-12-01 11:06:50 +03:00
website chore(deps): bump @docusaurus/core from 2.1.0 to 2.2.0 in /website (#974) 2022-12-01 11:15:48 +03:00
.commitlintrc.json feat(): add commitlint 2021-01-07 13:35:32 +03:00
.eslintrc.js Revert "initial commit" 2022-11-20 14:16:17 +03:00
.gitignore chore(gitignore): remove locks from ignore 2021-01-05 15:43:46 +03:00
.npmignore chore(release): v2.0.0-beta.2 2021-01-12 02:23:52 +03:00
.prettierrc feat: complete rewrite 2020-03-19 16:21:35 +03:00
LICENSE.md update copyright 2022-08-24 14:29:08 +03:00
package-lock.json chore(deps-dev): bump lint-staged from 13.0.3 to 13.0.4 (#1000) 2022-12-01 11:15:37 +03:00
package.json Add support of new NestJS v10 release (#1086) 2023-06-25 14:21:06 +03:00
README.md update site address 2022-08-25 09:16:17 +03:00
tsconfig.json fix(build): remove sample from tsconfig 2021-01-03 16:52:11 +03:00
tsconfig.typedoc.json chore(deps): new typedoc version and configuration 2021-01-02 21:59:41 +03:00

NestJS Telegraf npm GitHub last commit NPM

NestJS Telegraf powerful solution for creating Telegram bots.

This package uses the best of the NodeJS world under the hood. Telegraf is the most powerful library for creating bots and NestJS is a progressive framework for creating well-architectured applications. This module provides fast and easy way for creating Telegram bots and deep integration with your NestJS application.

Features

  • Simple. Easy to use.
  • Ton of decorators available out of the box for handling bot actions.
  • Ability to create custom decorators.
  • Scenes support.
  • Telegraf plugins and custom plugins support.
  • Ability to run multiple bots simultaneously.
  • Full support of NestJS guards, interceptors, filters and pipes!

User stories

Chat

Installation

$ npm i nestjs-telegraf telegraf

Documentation

Check out the documentation site.