telebot
telebot copied to clipboard
[bot.error.event] TypeError: bot.send_message is not a function
import TeleBot from "telebot"
const bot = new TeleBot(process.env.TELEGRAM_BOT_TOKEN) const destinationChatId = XXXXXXXXXXXXXXXXXXXXXX;
bot.on("*", msg => bot.send_message(destinationChatId, msg))
export default bot