Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 585 Bytes

File metadata and controls

20 lines (14 loc) · 585 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]

Example

require 'sunshine-conversations-client'

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