Function APIClient.sendMessage

Sends a message to a channel.

Prototype

Message sendMessage(
  ulong chan,
  inout(string) content,
  string nonce,
  bool tts
);