SunshineConversationsClient::AuthorWebhook 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] Code Sample require 'SunshineConversationsClient' instance = SunshineConversationsClient::AuthorWebhook.new(type: null, user_id: 5963c0d619a30a2e00de36b8, user: null)