Détail du package

telegraf-autoparser

kashyapndps0011ISC1.0.1

A Plugin to Make Your Bot Send All Messages Using One Type of Formatting

Telegraf, AutoParser, Telegram, Bot API

readme

Telegraf AutoParse

This plugin can help you to make your bot send every message with a specific Parse Mode

Installation

You can install this plugin in any Telegraf Bot.

Install the NPM Plugin

npm i telegraf-autoparser
#or
yarn add telegraf-autoparser

Import and Use in code

```TS (Node) import { autoParser } from "telegraf-autoparser"

bot.use(autoParser("HTML")) ```

Help

You can open a Issue for ressolving your problem or asking in Telegraf Group

Contribution

You can contribute to this plugin by just opening a pull request.