Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 576 Bytes

sendpingrequestbody.md

File metadata and controls

19 lines (14 loc) · 576 Bytes

SendPingRequestBody

Example Usage

import { SendPingRequestBody } from "pushpress/models/operations/sendping.js";

let value: SendPingRequestBody = {
  channel: "<value>",
  message: "<value>",
};

Fields

Field Type Required Description
channel string ✔️ N/A
message string ✔️ N/A