SunshineConversationsClient::ConversationMessageDeliveryPayloadDestination
August 27, 2025 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| type | String | An 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_id | String | Identifier indicating which integration the message was sent to. | [optional] |
Example
require 'sunshine-conversations-client'
instance = SunshineConversationsClient::ConversationMessageDeliveryPayloadDestination.new(
type: null,
integration_id: null
)