Sha256: 02ab0ea740ab394637b4239925e33667e07b10cc8921475035c4b9c0a68cc235
Contents?: true
Size: 1.1 KB
Versions: 9
Compression:
Stored size: 1.1 KB
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] **text** | [**WhatsAppText**](WhatsAppText.md) | | [optional] **image** | [**WhatsAppImage**](WhatsAppImage.md) | | [optional] **document** | [**WhatsAppDocument**](WhatsAppDocument.md) | | [optional] **audio** | [**WhatsAppAudio**](WhatsAppAudio.md) | | [optional] **channel** | **String** | The channel used to deliver the message | [optional] [default to 'whatsapp'] ## Code Sample ```ruby require 'MessenteApi' instance = MessenteApi::WhatsApp.new(sender: null, validity: 360, text: null, image: null, document: null, audio: null, channel: null) ```
Version data entries
9 entries across 9 versions & 1 rubygems