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
We usually Send Images or Video with a written message in Whatsapp, is It possible To Send That using this API ? As Far As I can Read from the API Documentation, Only Sending Separately is made possible in it. Can you please confirm if its Possible to send both together or not?
The text was updated successfully, but these errors were encountered:
As we can see here, it forces the filename to be null. It should follow the proper filename "or null", and if "null" maybe we should add an empty value instead (like media.filename = media?.filename || '';)
Don't know why the decision to force it to be null, and seems like it comes from your original implementation avoylenko@d3baebd
So I believe we should open a PR to fix this? (or not sure if this is okay?)
We usually Send Images or Video with a written message in Whatsapp, is It possible To Send That using this API ? As Far As I can Read from the API Documentation, Only Sending Separately is made possible in it. Can you please confirm if its Possible to send both together or not?
The text was updated successfully, but these errors were encountered: