SunshineConversationsClient::AuthorWebhook

August 27, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
typeStringThe `type` of the author.
user_idStringThe id of the user. Only supported when author `type` is `user`.[optional]
userUserThe user that authored the message or activity. `profile` is included in the payload if the `includeFullUser` option is enabled.[optional]

Example

require 'sunshine-conversations-client'

instance = SunshineConversationsClient::AuthorWebhook.new(
  type: null,
  user_id: 5963c0d619a30a2e00de36b8,
  user: null
)