According to researches by the adsmember team
*नोड.जेएस* और *टेलीग्राफ* एपीआई का उपयोग करके टेलीग्राम बॉट विकास। *आप क्या सीखेंगे:* – आप टेलीग्राफ फ्रेमवर्क और टेलीग्राम बॉट एपीआई सीखेंगे। – बेसिक बॉट फंक्शंस जैसे कमांड, मिडलवेयर, कॉन्टेक्स्ट शॉर्टकट। – बाहरी एपीआई को कॉल करना सीखें और संसाधित जानकारी को बॉट वाले उपयोगकर्ताओं को लौटाएं। – और भी काफी। *आवश्यकताएं:* – बेसिक प्रोग्रामिंग (सब कुछ बेसिक्स से सिखाया जाएगा)। – टेलीग्राम खाता। *उदाहरण बॉट:* टेलीग्राम पर @covid_19_india_bot खोजें या यहां क्लिक करें
source
Time Stamp of the video:
12:32 – Start of webinar
12:57 – What is a bot, what are commands and sample bot
17:13 – Downloads (telegram app & VS Code)
20:10 – Setting up the project
29:29 – Bot Father
33:27 – Coding our 1st bot
40:03 – /start and /help commands
43:37 – on function and updateTypes
47:40 – hears command
50:00 – Custom commands
58:55 – axios library for JSON data retrieval from external API
1:06:43 – End of Webinar
You are my hero!
Great tutorial!
Can you make bot add em member to groups with NodeJS
how u r setting variable liks msg etc without using let var or const keyword
WOOOOOOOOOOOOOOOOOOW NICE
when running the code it shows the following error….
TypeError: Telegraf is not a constructor
Good Content Man and great explanation, but in 35:12 Telegraf should be surrounded by { } as follows:
const { Telegraf } = require('telegraf')
I don't now if it is a new update for node js or for js or even for telegraf itself but it won't work without these curly brackets and it will print an error in terminal.
Gooday
Everything is perfect except for… well
is it possible to monetize telegram bot with Video Ads? So user watch Video Ad and get reward for that. Like in Mobile Game Apps
Thank you very much, I learnt a lot of things from your webinar.
following your step, but got this message
(node:11400) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise
which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `–unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 2)
How do i add a html url on ctx.telegram.sendMessage line?
Bro Can I make unlimited filter bot like this?????
bro i am working on creating a bot for some reason and i want help if u can please let me know
Well done !! Great video! thank you! please make a second part and try to develop difficult bot, I am waiting for your video!
Nice useful video
am downloading your video this seems interesting ☺️
Very nicely explained.!
Hi Ishan,I saw u r all video ,Its awesome ,I want learn more about this,Can u guide me .I am very beginer of this
Node.js is not a library 🙂
It's a JavaScript run time.