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

    Interface MmsMoBody

    The message content, including a URL to the media filters.

    interface MmsMoBody {
        media?: MmsMedia[];
        message?: string;
        subject?: string;
    }
    Index

    Properties

    media?: MmsMedia[]

    List of MmsMedias

    message?: string

    The text message content of the MMS media message.

    subject?: string

    The subject of the MMS media message.