You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using the above code i was able o send media but not get blurred preview in WhatsApp chat for more ref i attached a screenshot if any one have an idea how to do that and
send using Script
send Manully
The text was updated successfully, but these errors were encountered:
as I use the following code to send media
issue
// if get media direact URL
messageContent = {
[mediaType]: {
url: image,
mimetype: mimeType,
fileName: file_name,
},
caption,
};
// if get base64
messageContent = {
[mediaType]: mediaBuffer,
mimetype: mimeType,
fileName: file_name,
caption,
};
}
using the above code i was able o send media but not get blurred preview in WhatsApp chat for more ref i attached a screenshot if any one have an idea how to do that and
send using Script
send Manully
The text was updated successfully, but these errors were encountered: