WhiskeySockets / Baileys

Lightweight full-featured typescript/javascript WhatsApp Web API
https://baileys.whiskeysockets.io/
MIT License
4.06k stars 1.37k forks source link

How to insert new image or video status in WhatsApp #976

Open netux55041 opened 3 months ago

netux55041 commented 3 months ago

Before adding this issue, make sure you do the following to make sure this is not a duplicate:

  1. Search through the repo's previous issues
  2. Read through the readme at least once
  3. Search the docs for the feature you're looking for

Just describe the feature

CrazyPrince commented 2 months ago

Broadcast Lists & Stories

Messages can be sent to broadcasts & stories. you need to add the following message options in sendMessage, like this: sock.sendMessage(jid, {image: {url: url}, caption: caption}, {backgroundColor : backgroundColor, font : font, statusJidList: statusJidList, broadcast : true})