This commit is contained in:
julien 2025-05-07 14:48:28 +02:00
parent e29fa23f73
commit 6efafc4997

View File

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