Sha256: 5c02e680b22d6b71f0492048980e909d50b41ab7ad1ef0e1cd93031528f3d957

Contents?: true

Size: 1.32 KB

Versions: 9

Compression:

Stored size: 1.32 KB

Contents

# MessenteApi::SMS

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**text** | **String** | Text content of the SMS | 
**sender** | **String** | Phone number or alphanumeric sender name | [optional] 
**validity** | **Integer** | After how many minutes this channel is considered as failed and the next channel is attempted | [optional] 
**autoconvert** | **String** | Defines how non-GSM characters will be treated:    - \"on\" Use replacement settings from the account's [API Auto Replace settings page](https://dashboard.messente.com/api-settings/auto-replace) (default)   - \"full\" All non GSM 03.38 characters will be replaced with suitable alternatives   - \"off\" Message content is not modified in any way | [optional] 
**udh** | **String** | hex-encoded string containing SMS UDH | [optional] 
**channel** | **String** | The channel used to deliver the message | [optional] [default to 'sms']

## Code Sample

```ruby
require 'MessenteApi'

instance = MessenteApi::SMS.new(text: Hello world!,
                                 sender: null,
                                 validity: 360,
                                 autoconvert: null,
                                 udh: null,
                                 channel: null)
```


Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
messente_api-1.4.0 docs/SMS.md
messente_api-1.3.1 docs/SMS.md
messente_api-1.3.0 docs/SMS.md
messente_api-1.2.2 docs/SMS.md
messente_api-1.2.1 docs/SMS.md
messente_api-1.2.0 docs/SMS.md
messente_api-1.1.0 docs/SMS.md
messente_api-1.0.3 docs/SMS.md
messente_api-1.0.2 docs/SMS.md