SunshineConversationsClient::ActivityPost

August 27, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
typeStringIf the author type is `user`, only `conversation:read` is supported.
authorAuthorThe author of the activity.

Example

require 'sunshine-conversations-client'

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