1.0.0 • Published 2 years ago

bot-sender v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

tg bot send message

tg-bot-send-message

About of project 📋

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.

Download 💻

  $ npm i bot-sender
  ...
  $ npm i bot-sender --save

Usage/Examples 🛠

 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)

Support 👨‍💻

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.

Authors