Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface MmsMedia

    Collection of attachments in incoming message.

    interface MmsMedia {
        code: number;
        content_type: string;
        status: string;
        url?: string;
    }
    Index

    Properties

    code: number

    The result code. Possible values: 0 (success), 1 (content upload error), 2 (cloud bucket error), 3 (bucket key error).

    content_type: string

    Content type of binary. More info

    status: string

    Status of the uploaded media.

    url?: string

    URL to be used to download attachment.