Example Usage

import { CustomMessage } from "syllable-sdk/models/components";

let value: CustomMessage = {
  name: "<value>",
  text: "<value>",
  id: 71036,
};

Fields

FieldTypeRequiredDescription
namestringTRUEThe name of the custom message
textstringTRUEThe text of the custom message
idnumberTRUEThe ID of the custom message