Sha256: ba69df6b75ab654fdf04f20b1cd60adb27c3b60fc1ae7ec38cf649ef96e80c19
Contents?: true
Size: 901 Bytes
Versions: 45
Compression:
Stored size: 901 Bytes
Contents
# SunshineConversationsClient::TelegramAllOf ## 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] ## Code Sample ```ruby require 'SunshineConversationsClient' instance = SunshineConversationsClient::TelegramAllOf.new(type: null, token: 192033615:AAEuee2FS2JYKWfDlTulfygjaIGJi4s, username: null, bot_id: null) ```
Version data entries
45 entries across 45 versions & 1 rubygems