Sha256: 15eebeba613af8b7767cb9c7754a5de30efbc86fbd4e9156b5ab7faf08c8cb20
Contents?: true
Size: 919 Bytes
Versions: 2
Compression:
Stored size: 919 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] | | **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, channel: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
messente_api-2.2.0 | docs/WhatsApp.md |
messente_api-2.1.0 | docs/WhatsApp.md |