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

    Interface FriendtalkWideItem

    친구톡 와이드 아이템 리스트 아이템

    interface FriendtalkWideItem {
        title?: string | null;
        imageUrl: string;
        linkMo: string;
        linkPc?: string | null;
        schemeAndroid?: string | null;
        schemeIos?: string | null;
    }
    Index

    Properties

    title?: string | null

    아이템 제목

    • 1번째 아이템은 최대 25자 제한 (줄바꿈: 최대 1개, 1번째 아이템의 경우 title이 필수 값이 아님)
    • 2~4번째 아이템 최대 30자 제한 (줄바꿈: 최대 1개)
    imageUrl: string

    아이템 이미지 URL

    • 1번째 아이템에는 첫번째 와이드 아이템리스트 이미지로 업로드된 이미지 URL 사용
    • 2~4번째 아이템은 일반 와이드 아이템리스트 이미지로 업로드된 이미지 URL 사용
    • 템플릿에서 치환자 사용 불가능
    linkMo: string

    모바일 웹 링크, 1,000자 제한

    linkPc?: string | null

    PC 웹 링크, 1,000자 제한

    schemeAndroid?: string | null

    안드로이드 앱 링크, 1,000자 제한

    schemeIos?: string | null

    IOS 앱 링크, 1,000자 제한