tgb-pl-botanio

1.1.0 • Public • Published
npm install tgb-pl-botanio
const rTgBot        = require("telegram-bot-api-c"),
      rTgPlBotanio  = require("tgb-pl-botanio");
 
const gBot          = rTgBot("TOKEN");
 
//--------------]>
 
gBot
    .polling()
 
    .use(rTgPlBotanio("apiKey1"))
    .use(rTgPlBotanio("apiKey2", "appName"))
 
    .use("text", bot => { bot.answer().text("Hi").send(); });

License

MIT


@ Daeren @ Telegram

Package Sidebar

Install

npm i tgb-pl-botanio

Homepage

666.io

Weekly Downloads

0

Version

1.1.0

License

MIT

Last publish

Collaborators

  • daeren