ZsendMessage

Sends a message to the specified channel (or the current channel if omitted), and optionally returns the sent message’s ID.

Syntax

ZsendMessage{channelID?;content;returnID?}

Arguments

NameTypeRequiredDefault
channelIDsnowflakeNocurrent channel’s ID
contentstringYes-
returnIDbooleanNofalse

Example

ZsendMessage{123456789012345678;Hello World!;false}