Awesome Message SDK - v0.12.4
    Preparing search index...

    Interface AlimtalkTemplateItemHighlight

    알림톡 아이템 하이라이트

    interface AlimtalkTemplateItemHighlight {
        title: string;
        description: string;
        imageUrl?: string;
    }
    Index

    Properties

    title: string

    타이틀 (최대 30자, 섬네일 이미지 있으면 21자)

    description: string

    디스크립션 (최대 19자, 섬네일 이미지 있으면 13자)

    imageUrl?: string

    섬네일 이미지 주소