SmsMessageContent Properties Name Type Description Notes text string The contents of the text message. Must be 2048 characters or less. [default to undefined] Example import { SmsMessageContent } from 'bandwidth-sdk'; const instance: SmsMessageContent = { text, }; [Back to Model list] [Back to API list] [Back to README]