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

File metadata and controls

24 lines (18 loc) · 563 Bytes

Cfchat::ContactConversationsInnerAllOfMetaSender

Properties

Name Type Description Notes
id Float ID fo the sender [optional]
name String The name of the sender [optional]
thumbnail String Avatar URL of the contact [optional]
channel String Channel Type [optional]

Example

require 'cfchat'

instance = Cfchat::ContactConversationsInnerAllOfMetaSender.new(
  id: null,
  name: null,
  thumbnail: null,
  channel: null
)