Skip to content

nebaz/telegram-notify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

telegram-notify

this package for sending telegram messages

Usage

const Telegram = require('telegram-notify');
let notify = new Telegram({token:'tokenString', chaiId:'id'});
await notify.send('alert');

Installation

To use the library, install it through npm

npm install --save telegram-notify

config

API

  • send send a telegram message

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published