Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 624 Bytes

File metadata and controls

18 lines (12 loc) · 624 Bytes

Bandwidth::MmsMessageContentFile

Properties

Name Type Description Notes
file_url String The URL of a media attachment. For MMS, the API limits file size to 3.5MB. Specific carriers and channels may have a smaller limit that could cause a large file to fail, see here for more details.

Example

require 'bandwidth-sdk'

instance = Bandwidth::MmsMessageContentFile.new(
  file_url: https://dev.bandwidth.com/images/bandwidth-logo.png
)