Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 707 Bytes

File metadata and controls

22 lines (15 loc) · 707 Bytes

RbmMessageContentFile

Properties

Name Type Description Notes
fileUrl string The URL of the media file. 100MB is the maximum file size. [default to undefined]
thumbnailUrl string The URL of the thumbnail image. Applies only to video file media. [optional] [default to undefined]

Example

import { RbmMessageContentFile } from 'bandwidth-sdk';

const instance: RbmMessageContentFile = {
    fileUrl,
    thumbnailUrl,
};

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