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

    Interface SmsAttachFile

    MMS 첨부 파일 상세 정보

    docs/nhn-sms-api/03-mms-send.md

    interface SmsAttachFile {
        fileId: number;
        filePath: string;
        fileName: string;
        saveFileName: string;
        uploadType: string;
    }
    Index

    Properties

    fileId: number

    파일 ID

    filePath: string

    파일 경로

    fileName: string

    파일명

    saveFileName: string

    저장된 파일명

    uploadType: string

    업로드 타입 (TEMPORARY, PERMANENT)