Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 617 Bytes

File metadata and controls

19 lines (12 loc) · 617 Bytes

SunshineConversationsClient::ConversationReadEventAllOfPayload

Properties

Name Type Description Notes
conversation ConversationTruncated The conversation in which the message was read. [optional]
activity Activity The activity that was sent. [optional]

Code Sample

require 'SunshineConversationsClient'

instance = SunshineConversationsClient::ConversationReadEventAllOfPayload.new(conversation: null,
                                 activity: null)