Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 492 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 492 Bytes

Telegram Bot using Telegraf.js

Here is a small demo from myside about creating Telegram on JavaScript

Steps to create

Installation of telegraf

npm install telegraf

yarn add telegraf

pnpm add telegraf

To run the bot

node bot.js or nodemon bot.js

Hit ctrl+c to kill the process

Get to know More on Telegraf.js Here


For more Tutorials follow me here