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

    Interface KakaoTalkCarouselHead

    interface KakaoTalkCarouselHead {
        content: string;
        header: string;
        image_url: string;
        link_mo?: string;
        link_pc?: string;
        scheme_android?: string;
        scheme_ios?: string;
    }
    Index

    Properties

    content: string

    Carousel introduction description

    header: string

    Carousel introduction title

    image_url: string

    URL to the image displayed in the introduction

    link_mo?: string

    URL opened on a mobile device

    link_pc?: string

    URL opened on a desktop device

    scheme_android?: string

    App link opened on an Android device (e.g. tel://PHONE_NUMBER)

    scheme_ios?: string

    App link opened on an iOS device (e.g. tel://PHONE_NUMBER)