SunshineConversationsClient::UserMergeEventAllOfPayloadMergedConversations

August 27, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
survivingConversationTruncatedThe conversation that now represents the merged conversation object.[optional]
discardedConversationTruncatedThe conversation that was unified into the surviving conversation object.[optional]

Example

require 'sunshine-conversations-client'

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