WhiskeySockets / Baileys

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

how to send massage to whatsapp channel using bailyes #1012

Open anonymous-lll opened 3 months ago

anonymous-lll commented 3 months ago

how to send massage to whatsapp channel using bailyes

DannOfficial commented 3 months ago

how to send massage to whatsapp channel using bailyes

the newsletter not updated, so u can use at my profile

CrazyPrince commented 3 months ago

IMG_4897

Baileys already recognizes the WhatsApp communities but the channels I'm not too sure.

The only method to test is to use the latest version of baileys and then you listen to the incoming messages to display them with upsert in the logs.

Then you send a message in a Channel and you go to the logs to see the jid of the channel.

With a community it works I tried

Then with the jid you send like this according to your needs const sentMsg = await sock.sendMessage(id, { text: 'oh hello there' }, { quoted: message })

anonymous-lll commented 3 months ago

how to send massage to whatsapp channel using bailyes

the newsletter not updated, so u can use at my profile

which repo??

Rippanteq7 commented 3 months ago

Use branch feature/newsletter #961 but it's not completely finished