# MultiChannelMessageContent

The structure of the content field of a multichannel message.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**text** | **string** |  | [optional] [default to undefined]
**media** | [**RbmMessageContentFile**](RbmMessageContentFile.md) |  | [optional] [default to undefined]

## Example

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

const instance: MultiChannelMessageContent = {
    text,
    media,
};
```

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