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

    Interface ListMessageItem

    interface ListMessageItem {
        description?: string;
        media?: MediaProperties;
        message_properties?: ListMessageItemProperties;
        sections: ListSection[];
        title: string;
    }
    Index

    Properties

    description?: string

    This is an optional field, containing a description for the message.

    MediaProperties

    message_properties?: ListMessageItemProperties

    Additional properties for the message. Required if sending a product list message.

    sections: ListSection[]

    List of ListSection objects containing choices to be presented in the list message.

    title: string

    A title for the message that is displayed near the products or choices.