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

    Interface AlimtalkTemplateItem

    알림톡 아이템 리스트

    interface AlimtalkTemplateItem {
        list: { title: string; description: string }[];
        summary?: { title: string; description: string };
    }
    Index

    Properties

    Properties

    list: { title: string; description: string }[]

    아이템 리스트 (최소 2개, 최대 10개)

    Type Declaration

    • title: string

      타이틀 (최대 6자)

    • description: string

      디스크립션 (최대 23자)

    summary?: { title: string; description: string }

    아이템 요약 정보

    Type Declaration

    • title: string

      타이틀 (최대 6자)

    • description: string

      디스크립션 (변수/화폐단위/숫자/쉼표/마침표만, 최대 14자)