Skip to content
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

Open
nitaitechnologies opened this issue Jan 8, 2025 · 7 comments
Open

[BUG] Sending to status@broadcast not working #1196

nitaitechnologies opened this issue Jan 8, 2025 · 7 comments
Labels
bug Something isn't working

Comments

@nitaitechnologies
Copy link

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:

  1. sent a message to status@broadcast

Expected behavior
It should set the message to our whatsapp status but it is not happening.

@nitaitechnologies nitaitechnologies added the bug Something isn't working label Jan 8, 2025
@bobslavtriev
Copy link
Contributor

Working normally, close this issue and use Baileys correctly.

@AstroX11
Copy link

AstroX11 commented Jan 9, 2025

Working normally, close this issue and use Baileys correctly.

I tried yesterday didn't work, can you provide me example?

@Riders004
Copy link

@bobslavtriev I also want example

@Riders004
Copy link

Riders004 commented Jan 10, 2025

sock.sendMessage('status@broadcast', { text: 'Hello World' }, { statusJidList: [sock.user.id] })

Not working

@DannOfficial
Copy link

working normally, i just use await sock.sendMessage(
jid,
{
image: {
url: url
},
caption: caption
},
{
backgroundColor: backgroundColor,
font: font,
statusJidList: []
broadcast: true
}
)

@Riders004
Copy link

working normally, i just use await sock.sendMessage( jid, { image: { url: url }, caption: caption }, { backgroundColor: backgroundColor, font: font, statusJidList: [] broadcast: true } )

What is jid for status

@Riders004
Copy link

font
backgroundColor

Give. @DannOfficial

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants