SunshineConversationsClient::ConversationMessageDeliveryPayloadDestination

August 27, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
typeStringAn identifier for the channel to which a message was sent to. May include one of "web", "ios", "android", "messenger", "viber", "telegram", "wechat", "line", "twilio", "api", "notification", or any other channel.[optional]
integration_idStringIdentifier indicating which integration the message was sent to.[optional]

Example

require 'sunshine-conversations-client'

instance = SunshineConversationsClient::ConversationMessageDeliveryPayloadDestination.new(
  type: null,
  integration_id: null
)