@nestgramjs/core
v1.3.2
Published
A module for creating Telegram bots using NestJS, based on telegraf.js
Downloads
5
Maintainers
Readme
About
This package uses the best of the NodeJS world under the hood. Telegraf.js is the most powerful library for creating bots and Nest.js 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. Flexible. Easy to use.
- Ability to create custom decorators.
- Interact with Telegram (Text Commands, Listeners).
- Full support of NestJS guards, interceptors, filters and pipes!
For questions and support please use the Issues.
Installation
Node.js 16.6.0 or newer is required.
$ npm i @nestgramjs/core telegraf
$ yarn add @nestgramjs/core telegraf
$ pnpm add @nestgramjs/core telegraf