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

Latest commit

 

History

History
24 lines (18 loc) · 573 Bytes

File metadata and controls

24 lines (18 loc) · 573 Bytes

Cfchat::CannedResponse

Properties

Name Type Description Notes
id Integer ID of the canned response [optional]
content String Message content for canned response [optional]
short_code String Short Code for quick access of the canned response [optional]
account_id Integer Account Id [optional]

Example

require 'cfchat'

instance = Cfchat::CannedResponse.new(
  id: null,
  content: null,
  short_code: null,
  account_id: null
)