🤖 Powerful Nest module for easy and fast creation Telegram bots
Go to file
dependabot[bot] 315a9b4007
chore(deps-dev): bump typedoc from 0.23.2 to 0.23.5 (#865)
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.23.2 to 0.23.5.
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.23.2...v0.23.5)

---
updated-dependencies:
- dependency-name: typedoc
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-05 12:18:00 +03:00
.github chore(): use global funding config 2022-03-21 16:05:41 +03:00
.husky chore(release): v2.0.0 2021-02-14 23:59:26 +03:00
lib fixed typo in tg-arguments-host.interface.ts 2021-09-16 21:37:59 +03:00
sample/01-complete-app chore(deps): bump ansi-regex in /sample/01-complete-app (#772) 2022-03-29 22:45:27 +03:00
website chore(deps): bump eventsource from 1.1.0 to 1.1.1 in /website (#834) 2022-06-03 10:05:19 +03:00
.commitlintrc.json feat(): add commitlint 2021-01-07 13:35:32 +03:00
.eslintrc.js fix(): eslint configuration 2021-09-08 21:14:59 +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 chore(): update author info 2020-12-30 20:37:11 +03:00
package-lock.json chore(deps-dev): bump typedoc from 0.23.2 to 0.23.5 (#865) 2022-07-05 12:18:00 +03:00
package.json chore(deps-dev): bump typedoc from 0.23.2 to 0.23.5 (#865) 2022-07-05 12:18:00 +03:00
README.md README.md update 2022-06-29 13:37: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!

User stories

Installation

$ npm i nestjs-telegraf telegraf

Documentation

If you want to dive fully into NestJS Telegraf then don't waste your time in this dump, check out the documentation site.