cannot read properties of undefined (reading 'message_id') – Telegram API
i try to create my pm telebot with telegraf. im new at javascript. can someone help to fix my code? const { Telegraf, Telegram} = require("telegraf"); const n = new Telegraf(process.env.token) const chat_id = process.env.chat_id n.start((ctx) => ctx.reply('Hello! ')) n.on('message',…