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

File metadata and controls

22 lines (16 loc) · 486 Bytes

Cfchat::InboxCreationRequest

Properties

Name Type Description Notes
name String The name of the inbox [optional]
avatar File File for avatar image [optional]
channel InboxCreationRequestChannel [optional]

Example

require 'cfchat'

instance = Cfchat::InboxCreationRequest.new(
  name: null,
  avatar: null,
  channel: null
)