Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 218 Bytes

sendMessage.md

File metadata and controls

15 lines (11 loc) · 218 Bytes

sendMessage

import { sendMessage } from "osm-api";

await sendMessage({
  recipient: "bob",
  title: "hey buddy",
  body: "sup bro, how u doing?",
});

Response:

same as getMessage