| 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 | SmsMessageContent | [default to undefined] |
import { MultiChannelChannelListSMSObject } from 'bandwidth-sdk';
const instance: MultiChannelChannelListSMSObject = {
from,
applicationId,
channel,
content,
};