SunshineConversationsClient::ConversationLeaveEventAllOfPayload

August 27, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
conversationConversationTruncatedThe conversation in which the user was removed.[optional]
userUserTruncatedThe user that left the conversation.[optional]

Example

require 'sunshine-conversations-client'

instance = SunshineConversationsClient::ConversationLeaveEventAllOfPayload.new(
  conversation: null,
  user: null
)