jesse-notifications-telegram

The Telegram driver used for sending notifications.

Usage no npm install needed!

<script type="module">
  import jesseNotificationsTelegram from 'https://cdn.skypack.dev/jesse-notifications-telegram';
</script>

README

Telegram

This is the source code for Telegram driver for Jesse's notifications system.

installation

First, at the root of your jesse project run:

npm install jesse-notifications-telegram

Then, open config/notifications.ts and add the following line at the beginning of the file:

import Driver from 'jesse-notifications-telegram'; 

Enjoy!

License

MIT