SunshineConversationsClient::Telegram

August 27, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
default_responder_idStringThe 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 the <a href=&quot;https://developer.zendesk.com/documentation/conversations/messaging-platform/programmable-conversations/switchboard/#default-integration-assignment\&quot;&gt;Switchboard guide</a>.[optional]
default_responderDefaultResponderDefaultResponder[optional]
typeStringTo configure a Telegram integration, acquire the required information from the user and call the Create Integration endpoint.[optional][default to 'telegram']
tokenStringTelegram Bot Token.
usernameStringUsername of the botId[optional][readonly]
bot_idStringA human-friendly name used to identify the integration.[optional][readonly]

Example

require 'sunshine-conversations-client'

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