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

File metadata and controls

20 lines (14 loc) · 339 Bytes

Cfchat::PlatformAccount

Properties

Name Type Description Notes
id Float Account ID [optional]
name String Name of the account [optional]

Example

require 'cfchat'

instance = Cfchat::PlatformAccount.new(
  id: null,
  name: null
)