A Plugin to Make Your Bot Send All Messages Using One Type of Formatting
npm install telegraf-autoparserbash
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"))
``