Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 600 Bytes

File metadata and controls

26 lines (20 loc) · 600 Bytes

Zernio::WebhookPayloadMessageSentMessageSender

Properties

Name Type Description Notes
id String
contact_id String Zernio CRM Contact id for this sender, when one exists. [optional]
name String [optional]
username String [optional]
picture String [optional]

Example

require 'zernio-sdk'

instance = Zernio::WebhookPayloadMessageSentMessageSender.new(
  id: null,
  contact_id: null,
  name: null,
  username: null,
  picture: null
)