Sha256: 98e65759d2340023e95e1f69956a6ee65fd6edca584da98e0b225c3ba7ed71be

Contents?: true

Size: 1.44 KB

Versions: 9

Compression:

Stored size: 1.44 KB

Contents

# MessenteApi::Viber

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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] 
**text** | **String** | Plaintext content for Viber | [optional] 
**image_url** | **String** | URL for the embedded image    Valid combinations:    1) image_url,    2) text, image_url, button_url, button_text | [optional] 
**button_url** | **String** | URL of the button, must be specified along with ''text'', ''button_text'' and ''image_url'' (optional) | [optional] 
**button_text** | **String** | Must be specified along with ''text'', ''button_url'', ''button_text'', ''image_url'' (optional) | [optional] 
**channel** | **String** | The channel used to deliver the message | [optional] [default to 'viber']

## Code Sample

```ruby
require 'MessenteApi'

instance = MessenteApi::Viber.new(sender: null,
                                 validity: 360,
                                 text: null,
                                 image_url: null,
                                 button_url: null,
                                 button_text: null,
                                 channel: null)
```


Version data entries

9 entries across 9 versions & 1 rubygems

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