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

    Interface CarouselMessageItem

    Message containing a list of cards often rendered horizontally on supported channels.

    interface CarouselMessageItem {
        cards: CardMessageItem[];
        choices?: Choice[];
    }
    Index

    Properties

    Properties

    A list of up to 10 cards.

    choices?: Choice[]

    Optional. Outer choices on the carousel level. The number of outer choices is limited to 3.