SunshineConversationsClient::ConversationLeaveEventAllOfPayload
August 27, 2025 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| conversation | ConversationTruncated | The conversation in which the user was removed. | [optional] |
| user | UserTruncated | The user that left the conversation. | [optional] |
Example
require 'sunshine-conversations-client'
instance = SunshineConversationsClient::ConversationLeaveEventAllOfPayload.new(
conversation: null,
user: null
)