Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1014 Bytes

File metadata and controls

26 lines (19 loc) · 1014 Bytes

MultiChannelChannelListMMSObject

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 MmsMessageContent [default to undefined]

Example

import { MultiChannelChannelListMMSObject } from 'bandwidth-sdk';

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

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