Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 359 Bytes

File metadata and controls

20 lines (14 loc) · 359 Bytes

Cfchat::ContactInboxes

Properties

Name Type Description Notes
source_id String Contact Inbox Source Id [optional]
inbox Inbox [optional]

Example

require 'cfchat'

instance = Cfchat::ContactInboxes.new(
  source_id: null,
  inbox: null
)