PT: Adicionar suporte/classe responsável por enviar mensagens para Canais do WhatsApp. Assim como já existe para grupos, os canais são muito utilizados por marcas para comunicar e como possuem um identificador próprio (@newsletter) não são compatíveis com a estrutura atual da API. Endpoints como: /fetchAllChannels/{instance} para retornar os canais que o número participa, além de ajustar o parâmetro "number" da classe Message, por exemplo, /message/sendText/{instance} para aceitar o envio de um JID de canal seria o ideal, permitindo o disparo de mensagens para este recurso. EN: Add support or new class for sending messages to WhatsApp Channels. Just as it already exists for Groups, Channels are widely used by brands for communication, and since they have their own identifier (@newsletter), they are not compatible with the current API structure. Endpoints such as /fetchAllChannels/{instance} to return the channels the number participates in, in addition to adjusting the "number" parameter of the Message class, for example, /message/sendText/{instance} to accept the sending of a channel JID would be ideal, allowing the message sending for this resource. Casos de Uso / Use Cases • PT: Enviar links de posts semanais do blog para o canal da marca; • PT: Enviar atualizações diárias sobre uma campanha para participantes do canal; • PT: Enviar ofertas e comunicação publicitária programada para o canal da marca; • EN: Send links of the weekly blog posts to the brand's channel; • EN: Send daily updates about a campaign to channel participants; • EN: Send offers and scheduled advertising communications to the brand's channel; GitHub Issue #1723 and #1857 https://github.com/EvolutionAPI/evolution-api/issues/1723 https://github.com/EvolutionAPI/evolution-api/issues/1857