zendesk-messaging-client
    Preparing search index...

    Type Alias MessagePostResponseReadable

    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 MessagePostResponseReadable = {
        messages?: MessageReadable[];
    }
    Index

    Properties

    Properties

    messages?: MessageReadable[]