This commit is contained in:
julien 2025-05-07 15:11:58 +02:00
parent 68a359b970
commit ca9dd7d122

View File

@ -610,7 +610,7 @@ app.post('/sendImageWithBaileysPro', async (req, res) => {
jid, jid,
{ {
image: { url: imageUrl }, image: { url: imageUrl },
text: caption || '', caption: caption || '',
}, },
quoted ? { quoted } : {} quoted ? { quoted } : {}