Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 616 Bytes

PublicConversation.md

File metadata and controls

24 lines (18 loc) · 616 Bytes

Cfchat::PublicConversation

Properties

Name Type Description Notes
id Integer Id of the conversation [optional]
inbox_id String The inbox id of the conversation [optional]
messages Array<Message> Messages in the conversation [optional]
contact Object The contact information associated to the conversation [optional]

Example

require 'cfchat'

instance = Cfchat::PublicConversation.new(
  id: null,
  inbox_id: null,
  messages: null,
  contact: null
)