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

File metadata and controls

20 lines (14 loc) · 401 Bytes

Cfchat::AddNewAgentToInboxRequest

Properties

Name Type Description Notes
inbox_id String The ID of the inbox
user_ids Array<Integer> IDs of users to be added to the inbox

Example

require 'cfchat'

instance = Cfchat::AddNewAgentToInboxRequest.new(
  inbox_id: null,
  user_ids: null
)