Baileys
Baileys copied to clipboard
[BUG] sendMessage in status broadcast
how can I send or create stories in this baileys module. in the example on github they changed the function from id to status@broadcast but my try failed and the code was stopped
afaik it's not possible atm
The flow to do this is the same of sending a message to group, but we need define manually the contact list.
The flow to do this is the same of sending a message to group, but we need define manually the contact list.
Can you provide an example of the code for me. I don't understand a bit
There are no code to do it, we need to develop it
There are no code to do it, we need to develop it
come on, just make it when sending messages or videos and pictures because on all the web nothing explains about this
what I mean is just like the sample code, just an example conn.sendMessage(status@broadcast, {text: 'halo pren'})
@siTotes , what I mean is: There are no code in Baileys to handle messages for status/broadcast, we need to modify the Baileys to do it. I don't have enough time to it.
@siTotes , what I mean is: There are no code in Baileys to handle messages for status/broadcast, we need to modify the Baileys to do it. I don't have enough time to it.
Ok thanks then
Added support in https://github.com/WhiskeySockets/Baileys/pull/249