Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 628 Bytes

File metadata and controls

19 lines (12 loc) · 628 Bytes

SunshineConversationsClient::ConversationJoinEventAllOfPayload

Properties

Name Type Description Notes
conversation ConversationTruncated The conversation in which the user was added. [optional]
user UserTruncated The user that joined the conversation. [optional]

Code Sample

require 'SunshineConversationsClient'

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