You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered: