SunshineConversationsClient::ConversationJoinEventAllOfPayload

August 27, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
conversationConversationTruncatedThe conversation in which the user was added.[optional]
userUserTruncatedThe user that joined the conversation.[optional]

Example

require 'sunshine-conversations-client'

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