UNPKG

@genie-ai/genie-router-plugin-telegram-bot

Version:

A genie router plugin that creates a Telegram bot to send input and receive output.

8 lines (6 loc) 247 B
process.env.NTBA_FIX_319 = 1; // suppress the deprecation warning (https://github.com/yagop/node-telegram-bot-api/issues/319) const client = require('./lib/client'); module.exports = { client, setRouter: client.setRouter.bind(client), };