Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
ctlive_contact.sendMessage("Hello world!").then (
  function (msgid) {
    console.log("Message sent", msgid);
  }
);

Send a Multimedia message

Code Block