Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 792 Bytes

File metadata and controls

20 lines (13 loc) · 792 Bytes

MmsMessageContentFile

Properties

Name Type Description Notes
fileUrl string The URL of a media attachment. For MMS, the API limits file size to 3.5MB. Specific carriers and channels may have a smaller limit that could cause a large file to fail, see here for more details. [default to undefined]

Example

import { MmsMessageContentFile } from 'bandwidth-sdk';

const instance: MmsMessageContentFile = {
    fileUrl,
};

[Back to Model list] [Back to API list] [Back to README]