Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 614 Bytes

File metadata and controls

20 lines (13 loc) · 614 Bytes

MultiChannelChannelListOwnerObject

Properties

Name Type Description Notes
owner string The Bandwidth senderId associated with the message. Identical to 'from'. [default to undefined]

Example

import { MultiChannelChannelListOwnerObject } from 'bandwidth-sdk';

const instance: MultiChannelChannelListOwnerObject = {
    owner,
};

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