| Name | Type | Description | Notes |
|---|---|---|---|
| media | Array<RbmMessageContentFile> | [default to undefined] | |
| suggestions | Array<MultiChannelAction> | An array of suggested actions for the recipient. | [optional] [default to undefined] |
import { RbmMessageMedia } from 'bandwidth-sdk';
const instance: RbmMessageMedia = {
media,
suggestions,
};