diff --git a/index.js b/index.js index 7f8658b..3afa44b 100644 --- a/index.js +++ b/index.js @@ -611,6 +611,7 @@ app.post('/sendImageWithBaileysPro', async (req, res) => { { image: { url: imageUrl }, caption: caption || '', + interactiveButtons }, quoted ? { quoted } : {} );