s4-telegram
v0.0.1
Published
s4 Telegram connector.
Downloads
3
Readme
s4-telegram
This module is to be used as a sender/receiver connector for s4 core.
Initializing
var TelegramConnector = require('s4-telegram'),
telegram = new TelegramConnector(bot, "YOUR-TELEGRAM-BOT-KEY");
// then attach the `telegram` variable or whatever you named it to the bot.