Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 587 Bytes

File metadata and controls

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

Example

require 'sunshine-conversations-client'

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