входящие json-файлы незнаю с какой стороны подступиться?
bot.on('document', async (ctx) => { const fileLink = await bot.telegram.getFileLink(ctx.message.document.file_id); const response = await fetch(fileLink); console.log(await response.json()); });
Обсуждают сегодня