🤖 Powerful Nest module for easy and fast creation Telegram bots
Go to file
dependabot[bot] 7d80334018
chore(deps-dev): bump @commitlint/config-angular from 17.1.0 to 17.6.7 (#8)
Bumps [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-angular) from 17.1.0 to 17.6.7.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-angular/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v17.6.7/@commitlint/config-angular)

---
updated-dependencies:
- dependency-name: "@commitlint/config-angular"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-24 10:38:56 +00:00
.devcontainer Add devcontainer 2023-07-23 11:05:38 +00:00
.github ci: update release-please.yml 2023-07-23 19:16:58 +03:00
.husky chore(release): v2.0.0 2021-02-14 23:59:26 +03:00
lib feat: add GlobalUpdate decorator (#2) 2023-07-23 15:38:05 +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 clsx from 1.1.1 to 2.0.0 in /website (#17) 2023-07-24 10:35:24 +00:00
.commitlintrc.json feat(): add commitlint 2021-01-07 13:35:32 +03:00
.eslintrc.js docs: add versioned docs (#1) 2023-07-23 15:28:11 +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
CHANGELOG.md chore(main): release 2.7.0 (#3) 2023-07-23 19:04:27 +03:00
LICENSE chore: Update and rename LICENSE.md to LICENSE 2023-07-23 15:35:18 +03:00
package-lock.json chore(deps-dev): bump @commitlint/config-angular from 17.1.0 to 17.6.7 (#8) 2023-07-24 10:38:56 +00:00
package.json chore(deps-dev): bump @commitlint/config-angular from 17.1.0 to 17.6.7 (#8) 2023-07-24 10:38:56 +00:00
README.md Update README.md 2023-07-23 16:39:41 +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!

Installation

$ npm i @maks1ms/nestjs-telegraf telegraf

Documentation

Check out the documentation site.