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) · 433 Bytes

File metadata and controls

20 lines (14 loc) · 433 Bytes

Cfchat::PublicMessageCreatePayload

Properties

Name Type Description Notes
content String Content for the message [optional]
echo_id String Temporary identifier which will be passed back via websockets [optional]

Example

require 'cfchat'

instance = Cfchat::PublicMessageCreatePayload.new(
  content: null,
  echo_id: null
)