Source: node-telegram-bot-api Maintainer: Debian Javascript Maintainers Uploaders: Ying-Chun Liu (PaulLiu) Section: javascript Testsuite: autopkgtest-pkg-nodejs Priority: optional Build-Depends: debhelper-compat (= 12), node-axios, node-bluebird, node-body-parser (>= 1.18.2), node-express (>= 4.16.3), node-extend (>= 2.0.2), nodejs (>= 6), pkg-js-tools (>= 0.9.4) Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/js-team/node-telegram-bot-api Vcs-Git: https://salsa.debian.org/js-team/node-telegram-bot-api.git Homepage: https://github.com/mast/telegram-bot-api#readme Package: node-telegram-bot-api Architecture: all Depends: node-axios, node-bluebird, node-body-parser (>= 1.18.2), node-express (>= 4.16.3), node-extend (>= 2.0.2), nodejs (>= 6), ${misc:Depends} Description: node.js module for Telegram Bot API This package contains the node.js module for Telegram Bot API. You can use it simply as an API if you want to implement logic by yourself, or you can enable retrieving of updates and get messages sent to your bot in a callback . Node.js is an event-based server-side JavaScript engine.