Skip to content

Latest commit

 

History

History
44 lines (38 loc) · 1.51 KB

File metadata and controls

44 lines (38 loc) · 1.51 KB

Late::ListInboxConversations200ResponseDataInner

Properties

Name Type Description Notes
id String [optional]
platform String [optional]
account_id String [optional]
account_username String [optional]
participant_id String [optional]
participant_name String [optional]
participant_picture String [optional]
participant_verified_type String X/Twitter verified badge type. Only present for Twitter/X conversations. [optional]
last_message String [optional]
updated_time Time [optional]
status String [optional]
unread_count Integer Number of unread messages [optional]
url String Direct link to open the conversation on the platform (if available) [optional]
instagram_profile ListInboxConversations200ResponseDataInnerInstagramProfile [optional]

Example

require 'late-sdk'

instance = Late::ListInboxConversations200ResponseDataInner.new(
  id: null,
  platform: null,
  account_id: null,
  account_username: null,
  participant_id: null,
  participant_name: null,
  participant_picture: null,
  participant_verified_type: null,
  last_message: null,
  updated_time: null,
  status: null,
  unread_count: null,
  url: null,
  instagram_profile: null
)