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

    Interface UidContact

    UID 연락처 정보

    docs/nhn-sms-api/17-uid.md

    interface UidContact {
        contactType: "PHONE_NUMBER";
        contact: string;
    }
    Index

    Properties

    Properties

    contactType: "PHONE_NUMBER"

    연락처 유형 (필수, "PHONE_NUMBER"만 지원)

    contact: string

    연락처 (필수, 전화번호)