Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 339 Bytes

File metadata and controls

18 lines (12 loc) · 339 Bytes

Bandwidth::SmsMessageContent

Properties

Name Type Description Notes
text String The contents of the text message. Must be 2048 characters or less.

Example

require 'bandwidth-sdk'

instance = Bandwidth::SmsMessageContent.new(
  text: Hello world
)