Sha256: aff2d4bb0b50c255ccded3e6656f56243ecce068181a441ee047ffc750b1e199

Contents?: true

Size: 789 Bytes

Versions: 5

Compression:

Stored size: 789 Bytes

Contents

# SunshineConversationsClient::Telegram

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **String** | The type of integration. | [optional] [default to 'telegram']
**token** | **String** | Telegram Bot Token. | 
**username** | **String** | Username of the botId | [optional] [readonly] 
**bot_id** | **String** | A human-friendly name used to identify the integration. | [optional] [readonly] 

## Code Sample

```ruby
require 'SunshineConversationsClient'

instance = SunshineConversationsClient::Telegram.new(type: null,
                                 token: 192033615:AAEuee2FS2JYKWfDlTulfygjaIGJi4s,
                                 username: null,
                                 bot_id: null)
```


Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
sunshine-conversations-client-9.4.1 docs/Telegram.md
sunshine-conversations-client-9.4.0 docs/Telegram.md
sunshine-conversations-client-9.3.0 docs/Telegram.md
sunshine-conversations-client-9.2.0 docs/Telegram.md
sunshine-conversations-client-9.1.1 docs/Telegram.md