Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 916 Bytes

File metadata and controls

24 lines (17 loc) · 916 Bytes

MultiChannelChannelListObjectBase

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]

Example

import { MultiChannelChannelListObjectBase } from 'bandwidth-sdk';

const instance: MultiChannelChannelListObjectBase = {
    from,
    applicationId,
    channel,
};

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