MultiChannelChannelListMMSResponseObject 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] owner string The Bandwidth senderId associated with the message. Identical to 'from'. [default to undefined] Example import { MultiChannelChannelListMMSResponseObject } from 'bandwidth-sdk'; const instance: MultiChannelChannelListMMSResponseObject = { from, applicationId, channel, content, owner, }; [Back to Model list] [Back to API list] [Back to README]