Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 911 Bytes

ConversationMessageDeliveryPayloadDestination.md

File metadata and controls

19 lines (12 loc) · 911 Bytes

SunshineConversationsClient::ConversationMessageDeliveryPayloadDestination

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]

Code Sample

require 'SunshineConversationsClient'

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