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

    Interface SendFriendtalkFreestylePremiumVideoMessageRequest

    친구톡 자유형 프리미엄 동영상 메시지 발송 요청

    interface SendFriendtalkFreestylePremiumVideoMessageRequest {
        senderKey: string;
        pushAlarm?: boolean;
        adult?: boolean;
        content?: string;
        header?: string;
        video: FriendtalkVideo;
        buttons?: FriendtalkFreestyleButton[];
        coupon?: FriendtalkCoupon;
        recipientList: FriendtalkFreestyleRecipient[];
        createUser?: string;
        statsId?: string;
    }
    Index

    Properties

    senderKey: string

    발신 키(40자), 그룹 발신키 사용 불가

    pushAlarm?: boolean

    메시지 푸시 알람 발송 여부 (기본값: true)

    adult?: boolean

    연령 확인 필요 여부 (기본값: false)

    content?: string

    메시지 내용 (PREMIUM_VIDEO 타입일 경우 해당 필드를 옵셔널하게 사용할 수 있음, 최대 76자, 줄바꿈: 최대 1개)

    header?: string

    헤더 (PREMIUM_VIDEO 타입일 경우 선택 필드이고 최대 20자, 줄바꿈: 불가)

    동영상 요소 (PREMIUM_VIDEO 타입만 사용 가능)

    버튼 목록 (PREMIUM_VIDEO 타입일 경우 최대 1개)

    쿠폰 요소

    수신자 목록(최대 1,000명)

    createUser?: string

    등록자(콘솔에서 발송 시 사용자 UUID로 저장)

    statsId?: string

    통계 ID(발신 검색 조건에는 포함되지 않습니다, 최대 8자)