This package helps you to use telegram bots with vanilla js or js framework. For example you can use vue js, react js, angular and other frameworks or libraries.
$ npm i bot-sender
...
$ npm i bot-sender --save
import tgBot from 'bot-sender'
// Or
const tgBot = require('bot-sender')
const message = {
title: 'Hello world',
name: 'John doe',
age: '26',
gender: 'male'
}
tgBot('BOT_TOKEN', 'CHAT_ID', message)
If you need support or you found bug? Leave message project Discussions or Send issue the project. Else if you need author help, you can send message at author telegram bot Thank you for attention.