Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 794 Bytes

AuthorWebhook.md

File metadata and controls

21 lines (14 loc) · 794 Bytes

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)