Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 695 Bytes

File metadata and controls

23 lines (16 loc) · 695 Bytes

MultiChannelMessageContent

The structure of the content field of a multichannel message.

Properties

Name Type Description Notes
text string [optional] [default to undefined]
media RbmMessageContentFile [optional] [default to undefined]

Example

import { MultiChannelMessageContent } from 'bandwidth-sdk';

const instance: MultiChannelMessageContent = {
    text,
    media,
};

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