1.1.0 • Published 9 years ago

tgb-pl-botanio v1.1.0

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