# RbmMessageMedia


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**media** | [**Array&lt;RbmMessageContentFile&gt;**](RbmMessageContentFile.md) |  | [default to undefined]
**suggestions** | [**Array&lt;MultiChannelAction&gt;**](MultiChannelAction.md) | An array of suggested actions for the recipient. | [optional] [default to undefined]

## Example

```typescript
import { RbmMessageMedia } from 'bandwidth-sdk';

const instance: RbmMessageMedia = {
    media,
    suggestions,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
