Read when: listing, joining, leaving, inspecting, or sending to WhatsApp Channels.
wacli channels manages WhatsApp Channels, which whatsmeow calls newsletters. Commands use live WhatsApp APIs and require authentication. Commands that update WhatsApp or the local chat cache require writable mode.
wacli channels list
wacli channels info --jid CHANNEL_JID
wacli channels join --invite LINK_OR_CODE
wacli channels leave --jid CHANNEL_JID- Channel JIDs use the
...@newsletterserver. channels listfetches subscribed channels live and updates local chat rows with kindnewsletter.channels infofetches one joined channel live and updates the local chat row.channels joinaccepts a fullhttps://whatsapp.com/channel/...link or just the invite code.channels leaveunfollows the channel on WhatsApp.sync --refresh-channelsrefreshes subscribed channel names into the local chat cache.send text --to ...@newslettercan send to channels when the authenticated account has permission.send file --to ...@newsletteruses WhatsApp's unencrypted newsletter media upload path and requires channel posting permission.- Quoted file replies and
--pttvoice-note mode are not supported for channels.
wacli channels list
wacli channels info --jid 123456789012345@newsletter
wacli channels join --invite https://whatsapp.com/channel/AbCdEfGhIjK
wacli channels leave --jid 123456789012345@newsletter
wacli send text --to 123456789012345@newsletter --message "Hello channel"
wacli send file --to 123456789012345@newsletter --file ./image.png --caption "Update"