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

Please support the function of sending updates #1126

Closed
xiaohuwei opened this issue Nov 9, 2024 · 3 comments
Closed

Please support the function of sending updates #1126

xiaohuwei opened this issue Nov 9, 2024 · 3 comments

Comments

@xiaohuwei
Copy link

At present, the web version of WhatsApp can send account updates, text, images, or videos. Please support it

@DikaArdnt
Copy link

At present, the web version of WhatsApp can send account updates, text, images, or videos. Please support it

sending status/stories? it can already be done, you just need to change the jid to status@broadcast and add statusJidList: ['target@s.whatsapp.net'] to the options

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

@firdausiregar
Copy link

firdausiregar commented Nov 22, 2024

after the WhatsApp application is updated

function of:
sock.sendMessage('status@broadcast', { text: 'I am here' }, { statusJidList: [sock.user.id] })
can not be used

Note: i am using the latest baileys library

@Riders004
Copy link

At present, the web version of WhatsApp can send account updates, text, images, or videos. Please support it

sending status/stories? it can already be done, you just need to change the jid to status@broadcast and add statusJidList: ['target@s.whatsapp.net'] to the options

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

How to send media and media with captions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants