Skip to content

hakimov-dev/bot-sender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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