| 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] |
import { RbmMessageContentFile } from 'bandwidth-sdk';
const instance: RbmMessageContentFile = {
fileUrl,
thumbnailUrl,
};