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

Latest commit

 

History

History
22 lines (16 loc) · 476 Bytes

File metadata and controls

22 lines (16 loc) · 476 Bytes

Cfchat::ExtendedContact

Properties

Name Type Description Notes
payload ContactPayload [optional]
id Float Id of the user [optional]
availability_status String Availability status of the user [optional]

Example

require 'cfchat'

instance = Cfchat::ExtendedContact.new(
  payload: null,
  id: null,
  availability_status: null
)