Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 707 Bytes

File metadata and controls

18 lines (12 loc) · 707 Bytes

SunshineConversationsClient::IntegrationType

Properties

Name Type Description Notes
integration_type String The type of the integration to deliver the message to. Can be set to `none` if sending a silent message. Will return an error if the user does not have a client of that type attached to the conversation. [optional]

Example

require 'sunshine-conversations-client'

instance = SunshineConversationsClient::IntegrationType.new(
  integration_type: whatsapp
)