Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 630 Bytes

ConversationLeaveEventAllOfPayload.md

File metadata and controls

19 lines (12 loc) · 630 Bytes

SunshineConversationsClient::ConversationLeaveEventAllOfPayload

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]

Code Sample

require 'SunshineConversationsClient'

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