1.3.3 • Published 2 years ago

telegram-notify v1.3.3

Weekly downloads
15
License
MIT
Repository
github
Last release
2 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

2 years ago

1.3.2

4 years ago

1.3.1

4 years ago

1.3.0

5 years ago

1.2.1

5 years ago

1.1.0

6 years ago