zendesk-messaging-client
    Preparing search index...

    Type Alias MessagePostResponseWritable

    The created messages. A single request may produce multiple messages when the shorthand syntax is used to send a template message with leading text.

    type MessagePostResponseWritable = {
        messages?: MessageWritable[];
    }
    Index

    Properties

    Properties

    messages?: MessageWritable[]