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

    Interface ListSection

    Section for interactive WhatsApp messages containing ListItem

    interface ListSection {
        items: ChoiceItemWrapper[] | ProductItemWrapper[];
        title?: string;
    }
    Index

    Properties

    Properties

    List of ListItems

    title?: string

    Optional parameter. Title for list section.