Sha256: bdb0a5188668cb1a12d1167e141523c097dc7850b3fab0503813b9ad959a6b36

Contents?: true

Size: 1.46 KB

Versions: 16

Compression:

Stored size: 1.46 KB

Contents

# SunshineConversationsClient::Telegram

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **String** | To configure a Telegram integration, acquire the required information from the user and call the Create Integration endpoint.  | [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] 
**default_responder_id** | **String** | The default responder ID for the integration. This is the ID of the responder that will be used to send messages to the user. For more information, refer to <a href=\"https://docs.smooch.io/guide/switchboard/#per-channel-default-responder\">Per-channel default responder</a> guide.  | [optional] 
**default_responder** | [**DefaultResponderDefaultResponder**](DefaultResponderDefaultResponder.md) |  | [optional] 

## Code Sample

```ruby
require 'SunshineConversationsClient'

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


Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
sunshine-conversations-client-14.3.4 docs/Telegram.md
sunshine-conversations-client-14.3.3 docs/Telegram.md
sunshine-conversations-client-14.3.2 docs/Telegram.md
sunshine-conversations-client-14.3.1 docs/Telegram.md
sunshine-conversations-client-14.3.0 docs/Telegram.md
sunshine-conversations-client-14.2.0 docs/Telegram.md
sunshine-conversations-client-14.1.0 docs/Telegram.md
sunshine-conversations-client-14.0.0 docs/Telegram.md
sunshine-conversations-client-13.2.0 docs/Telegram.md
sunshine-conversations-client-13.1.0 docs/Telegram.md
sunshine-conversations-client-13.0.0 docs/Telegram.md
sunshine-conversations-client-12.8.0 docs/Telegram.md
sunshine-conversations-client-12.7.0 docs/Telegram.md
sunshine-conversations-client-12.6.2 docs/Telegram.md
sunshine-conversations-client-12.6.1 docs/Telegram.md
sunshine-conversations-client-12.6.0 docs/Telegram.md