npm.io
1.0.0 • Published 3 years ago

bot-sender

Licence
ISC
Version
1.0.0
Deps
2
Size
4 kB
Vulns
23
Weekly
0
Stars
3

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

Keywords