The structure of the content field of a multichannel message.
| Name | Type | Description | Notes |
|---|---|---|---|
| text | string | [optional] [default to undefined] | |
| media | RbmMessageContentFile | [optional] [default to undefined] |
import { MultiChannelMessageContent } from 'bandwidth-sdk';
const instance: MultiChannelMessageContent = {
text,
media,
};