Nikolay Popadiuk
Nikolay Popadiuk
Do you have any ideas about support Android 11?
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
Try running on https://vercel.com/ /home/codespace/nvm/current/bin/node ./api/telegram.mjs Process exited with code 1 Uncaught Error Error [ERR_UNSUPPORTED_DIR_IMPORT]: Directory import '/workspaces/project_name/node_modules/telegram/sessions' is not supported resolving ES modules imported from /workspaces/project_name/api/telegram.mjs Did you mean...