| 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] |
require 'cfchat'
instance = Cfchat::ContactConversationsInnerAllOfMetaSender.new(
id: null,
name: null,
thumbnail: null,
channel: null
)