SunshineConversationsClient::AuthorWebhook
August 27, 2025 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| type | String | The `type` of the author. | |
| user_id | String | The id of the user. Only supported when author `type` is `user`. | [optional] |
| user | User | The 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
)