Click here to Skip to main content
15,888,461 members
Articles / Hosted Services / Azure

Building a Telegram Bot with Azure Functions and Node.js

Rate me:
Please Sign up or sign in to vote.
5.00/5 (3 votes)
22 Jul 2020CPOL4 min read 18.2K   1  
How to build a Telegram Bot using Azure functions and Node.js
In this tutorial, we will create an Azure Function with a simple Telegram Bot (Echo Bot). We will test it locally and then deploy it to Azure Portal. It means our bot will work only at the moment when someone is using it. So the function will be triggered only when someone is sending a message to a bot.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer Intetics
Ukraine Ukraine
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions