Sha256: ef2ba09e3df3ef4e7700c0e5fce57238f46f400464366c9fd4a86046069f429b

Contents?: true

Size: 1000 Bytes

Versions: 1

Compression:

Stored size: 1000 Bytes

Contents

# MessenteApi::WhatsApp

## 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] |
| **ttl** | **Integer** | After how many seconds this channel is considered as failed and the next channel is attempted.       Only one of \"ttl\" and \"validity\" can be used. | [optional] |
| **template** | [**WhatsAppTemplate**](WhatsAppTemplate.md) |  | [optional] |
| **text** | [**WhatsAppText**](WhatsAppText.md) |  | [optional] |
| **channel** | **String** | The channel used to deliver the message | [optional][default to 'whatsapp'] |

## Example

```ruby
require 'messente_api'

instance = MessenteApi::WhatsApp.new(
  sender: null,
  validity: 360,
  ttl: 21600,
  template: null,
  text: null,
  channel: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
messente_api-2.3.0 docs/WhatsApp.md