SunshineConversationsClient::UserMergeEventAllOfPayloadMergedUsers

August 27, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
survivingUserThe user that now represents the merged user object.[optional]
discardedUserThe user that was unified into the surviving user object.[optional]

Example

require 'sunshine-conversations-client'

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