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

    Interface MediaBody

    The message content, including a URL to the media file

    interface MediaBody {
        message?: string;
        subject?: string;
        url: string;
    }
    Index

    Properties

    Properties

    message?: string

    The message text. Text only media messages will be rejected, please use SMS instead.

    subject?: string

    The subject text

    url: string

    URL to the media file