Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.15 KB

File metadata and controls

28 lines (21 loc) · 1.15 KB

MultiChannelChannelListSMSResponseObject

Properties

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]
owner string The Bandwidth senderId associated with the message. Identical to 'from'. [default to undefined]

Example

import { MultiChannelChannelListSMSResponseObject } from 'bandwidth-sdk';

const instance: MultiChannelChannelListSMSResponseObject = {
    from,
    applicationId,
    channel,
    content,
    owner,
};

[Back to Model list] [Back to API list] [Back to README]