| 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. |
require 'bandwidth-sdk'
instance = Bandwidth::MmsMessageContentFile.new(
file_url: https://dev.bandwidth.com/images/bandwidth-logo.png
)