-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Sending to status@broadcast not working #1196
Comments
Working normally, close this issue and use Baileys correctly. |
I tried yesterday didn't work, can you provide me example? |
@bobslavtriev I also want example |
sock.sendMessage('status@broadcast', { text: 'Hello World' }, { statusJidList: [sock.user.id] }) Not working |
working normally, i just use await sock.sendMessage( |
What is jid for status |
font Give. @DannOfficial |
Describe the bug
If we want to set status in our whatsapp profile, documentation suggests to send it as a message to status@broadcast but it is not setting anything.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should set the message to our whatsapp status but it is not happening.
The text was updated successfully, but these errors were encountered: