
redbot: A Node-RED plugin to create telegram bots visually.


We have a Telegram channel where we post updates on Take their time and effort in advancing this project. We thank all the developers in the Open-Source community who continuously Note: Development is done against the development branch.Ĭode for the latest release resides on the master branch.Įxperimental features reside on the experimental branch. API Reference: ( api-release / development / experimental).

Const TelegramBot = require ( 'node-telegram-bot-api' ) // replace the value below with the Telegram token you receive from const token = 'YOUR_TELEGRAM_BOT_TOKEN' // Create a bot that uses 'polling' to fetch new updates const bot = new TelegramBot ( token, ) 📚 Documentation
