SunshineConversationsClient::ConversationReadEventAllOfPayload
August 27, 2025 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| conversation | ConversationTruncated | The conversation in which the message was read. | [optional] |
| activity | ConversationReadEventAllOfPayloadActivity | [optional] |
Example
require 'sunshine-conversations-client'
instance = SunshineConversationsClient::ConversationReadEventAllOfPayload.new(
conversation: null,
activity: null
)