Sha256: 19f7a356acec75d51de3480bfb59e8dc22f0f0a8a1931aa3c2ecfc767cb572d2
Contents?: true
Size: 799 Bytes
Versions: 5
Compression:
Stored size: 799 Bytes
Contents
# SunshineConversationsClient::TelegramAllOf ## 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::TelegramAllOf.new(type: null, token: 192033615:AAEuee2FS2JYKWfDlTulfygjaIGJi4s, username: null, bot_id: null) ```
Version data entries
5 entries across 5 versions & 1 rubygems