Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 901 Bytes

TelegramAllOf.md

File metadata and controls

23 lines (16 loc) · 901 Bytes

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

require 'SunshineConversationsClient'

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