dsdssdds
This commit is contained in:
parent
ee5e806917
commit
dd529bdfd2
5
index.js
5
index.js
@ -597,7 +597,6 @@ app.post('/sendImageWithBaileysPro', async (req, res) => {
|
||||
imageUrl,
|
||||
caption,
|
||||
quoted,
|
||||
interactiveButtons = []
|
||||
} = req.body;
|
||||
|
||||
if (!phone || !imageUrl) {
|
||||
@ -611,8 +610,8 @@ app.post('/sendImageWithBaileysPro', async (req, res) => {
|
||||
jid,
|
||||
{
|
||||
image: { url: imageUrl },
|
||||
caption: caption || '',
|
||||
interactiveButtons
|
||||
text: caption || '',
|
||||
|
||||
},
|
||||
quoted ? { quoted } : {}
|
||||
);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user