Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 1.92 KB

README.md

File metadata and controls

60 lines (39 loc) · 1.92 KB

tg bot send message

tg-bot

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.

Demo 🌐

Demo website

Demo telegram channel

Authors