Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 687 Bytes

File metadata and controls

20 lines (14 loc) · 687 Bytes

SunshineConversationsClient::UserMergeEventAllOfPayloadMergedConversations

Properties

Name Type Description Notes
surviving ConversationTruncated The conversation that now represents the merged conversation object. [optional]
discarded ConversationTruncated The conversation that was unified into the surviving conversation object. [optional]

Example

require 'sunshine-conversations-client'

instance = SunshineConversationsClient::UserMergeEventAllOfPayloadMergedConversations.new(
  surviving: null,
  discarded: null
)