Creates a new channel. The creating account automatically becomes admin / owner. The service automatically accepts the terms of use (TOS) when WhatsApp requires them, performing a transparent retry after AcceptTOSNotice.
Creates a channel with only the required name. The channel is born without a description or picture, but already gets a permanent jid and an inviteLink in the response.
Creates the channel with description and picture (public URL). The server downloads the image, converts it to JPEG 640x640, and sets it as the channel’s initial picture.
Same flow, but the picture goes inline as a data: URL with base64 instead of an external URL. Useful when the image is generated locally or sits behind authentication.
The response includes the permanent channel.jid of the freshly created channel (use it as the identifier in subsequent calls), the inviteLink ready to share, and the current state. subscriberCount starts at 0, and pictureUrl comes as null when the picture has not yet been processed or was not provided.