Sha256: ce8bc5d669f37a7c587ee1183119c1e9ce5646eac250639333b26ef61e102e06

Contents?: true

Size: 1.35 KB

Versions: 7

Compression:

Stored size: 1.35 KB

Contents

# MessenteApi::Telegram

## 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 Telegram | [optional] 
**image_url** | **String** | URL for the embedded image. Mutually exclusive with \"document_url\" and \"audio_url\" | [optional] 
**document_url** | **String** | URL for the embedded image. Mutually exclusive with \"audio_url\" and \"image_url\" | [optional] 
**audio_url** | **String** | URL for the embedded image. Mutually exclusive with \"document_url\" and \"image_url\" | [optional] 
**channel** | **String** | The channel used to deliver the message | [optional] [default to 'telegram']

## Code Sample

```ruby
require 'MessenteApi'

instance = MessenteApi::Telegram.new(sender: null,
                                 validity: 360,
                                 text: null,
                                 image_url: null,
                                 document_url: null,
                                 audio_url: null,
                                 channel: null)
```


Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
messente_api-1.4.0 docs/Telegram.md
messente_api-1.3.1 docs/Telegram.md
messente_api-1.3.0 docs/Telegram.md
messente_api-1.2.2 docs/Telegram.md
messente_api-1.2.1 docs/Telegram.md
messente_api-1.2.0 docs/Telegram.md
messente_api-1.1.0 docs/Telegram.md