can't create telegram bot using telegraf package – Telegram API
I'm trying to create a telegram bot using telegraf I read its documentation and I just wanted to start coding using their own examples this is the example provided in documentation: const { Telegraf } = require('telegraf') const bot =…