Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface WhatsAppInteractiveTextHeader

    Header of the interactive message with text.

    interface WhatsAppInteractiveTextHeader {
        text: string;
        type: "text";
    }
    Index

    Properties

    Properties

    text: string

    Text for the header. Formatting allows emojis, but not Markdown.

    type: "text"

    Must be set to text.