Describe the bug
I tried to send a message in channel with baileys, but it didn't work and instead sent to an id with nowhere to go.


To Reproduce
Steps to reproduce the behavior:
-
I tried to find the channel id by logging into whatsapp web using kiwi browser so that I can see the Inspect element, and I found the id 120363190224821113@newsletter as per the screenshot below

-
I created a trigger function where if I send the command !msgtochannel can send to the channel

-
After that I tried to send a command so that the message was sent to the channel, but the result was nothing at all, no error occurred.

I don't know where this is actually going.

Expected behavior
I wish I could send messages to my whatsapp channel with baileys like on whatsapp web too.
Environment (please complete the following information):
- Is this on a server? No, I'm running it on my phone (termux)
- What do your
connectOptions look like?
{
auth: state,
logger: P({ level: "silent" }),
printQRInTerminal: false,
syncFullHistory: false,
generateHighQualityLinkPreview: true,
version: [2,2323,4],
browser: ["Chrome (Linux)", "browser", ""],
}

- Do you have multiple clients on the same IP? No
- Are you using a proxy? No
Describe the bug


I tried to send a message in channel with baileys, but it didn't work and instead sent to an id with nowhere to go.
To Reproduce
Steps to reproduce the behavior:
I tried to find the channel id by logging into whatsapp web using kiwi browser so that I can see the Inspect element, and I found the id

120363190224821113@newsletteras per the screenshot belowI created a trigger function where if I send the command

!msgtochannelcan send to the channelAfter that I tried to send a command so that the message was sent to the channel, but the result was nothing at all, no error occurred.
I don't know where this is actually going.
Expected behavior
I wish I could send messages to my whatsapp channel with baileys like on whatsapp web too.
Environment (please complete the following information):
connectOptionslook like?