Open anonymous-lll opened 3 months ago
how to send massage to whatsapp channel using bailyes
the newsletter not updated, so u can use at my profile
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 })
how to send massage to whatsapp channel using bailyes
the newsletter not updated, so u can use at my profile
which repo??
Use branch feature/newsletter #961 but it's not completely finished
how to send massage to whatsapp channel using bailyes