| Name | Type | Description | Notes |
|---|---|---|---|
| from | string | The sender ID of the message. This could be an alphanumeric sender ID. | [default to undefined] |
| applicationId | string | The ID of the Application your from number or senderId is associated with in the Bandwidth Phone Number Dashboard. | [default to undefined] |
| channel | MultiChannelMessageChannelEnum | [default to undefined] | |
| content | MultiChannelChannelListRBMObjectAllOfContent | [default to undefined] | |
| owner | string | The Bandwidth senderId associated with the message. Identical to 'from'. | [default to undefined] |
import { MultiChannelChannelListRBMResponseObject } from 'bandwidth-sdk';
const instance: MultiChannelChannelListRBMResponseObject = {
from,
applicationId,
channel,
content,
owner,
};