Bu yanlış olan 👇


bu istediğim şekli ama 2 (2 veya daha fazla resim) resmi de beraber göndermesini istiyorum 👇

bot.on('photo', async (ctx) => { const text = ctx.update.message.caption; if(text) { const translation = await translator(text, {to: 'tr'}); ctx.replyWithPhoto(ctx.update.message.photo[0].file_id, { caption: `*${translation.text}*`, parse_mode: 'Markdown', reply_to_message_id: ctx.update.message.message_id }); } else { ctx.reply("Anlayamadım. Lütfen tekrar edin.") } })