Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 486 Bytes

File metadata and controls

20 lines (14 loc) · 486 Bytes

SunshineConversationsClient::ActivityPost

Properties

Name Type Description Notes
type String If the author type is `user`, only `conversation:read` is supported.
author Author The author of the activity.

Example

require 'sunshine-conversations-client'

instance = SunshineConversationsClient::ActivityPost.new(
  type: null,
  author: null
)