1.3.3 • Published 3 years ago

telegram-notify v1.3.3

Weekly downloads
15
License
MIT
Repository
github
Last release
3 years ago

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
1.3.3

3 years ago

1.3.2

4 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.1

6 years ago

1.1.0

7 years ago