zendesk-messaging-client
    Preparing search index...

    Type Alias TemplateMessage

    type TemplateMessage = {
        blockChatInput?: boolean;
        template: { [key: string]: unknown };
        type: string;
    }
    Index

    Properties

    blockChatInput?: boolean

    When set to true, the chat input will be disabled on supported client implementations when the message is the most recent one in the history. Can be used for guided flows or to temporarily disable the user's ability to send messages in the conversation.

    template: { [key: string]: unknown }

    The whatsapp template message to send. For more information, consult the guide. schema must be set to whatsapp.

    type: string

    The type of message.