Sha256: af993212faf8611ec9c70538ca59e24ff06dec086191d74bffa7d49741f07d50

Contents?: true

Size: 1014 Bytes

Versions: 30

Compression:

Stored size: 1014 Bytes

Contents

# SunshineConversationsClient::Author

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **String** | The type of the author. | 
**user_id** | **String** | The id of the user. Only supported when `type` is user. | [optional] 
**user_external_id** | **String** | The externalId of the user. Only supported when `type` is user. | [optional] 
**display_name** | **String** | The display name of the message author. | [optional] 
**avatar_url** | **String** | A custom message icon url. The image must be in either JPG, PNG, or GIF format | [optional] 

## Code Sample

```ruby
require 'SunshineConversationsClient'

instance = SunshineConversationsClient::Author.new(type: business,
                                 user_id: 5963c0d619a30a2e00de36b8,
                                 user_external_id: your-own-id,
                                 display_name: Steve,
                                 avatar_url: null)
```


Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
sunshine-conversations-client-12.2.2 docs/Author.md
sunshine-conversations-client-12.2.0 docs/Author.md
sunshine-conversations-client-12.1.0 docs/Author.md
sunshine-conversations-client-12.0.0 docs/Author.md
sunshine-conversations-client-11.0.0 docs/Author.md
sunshine-conversations-client-10.0.1 docs/Author.md
sunshine-conversations-client-10.0.0 docs/Author.md
sunshine-conversations-client-9.15.0 docs/Author.md
sunshine-conversations-client-9.14.1 docs/Author.md
sunshine-conversations-client-9.14.0 docs/Author.md
sunshine-conversations-client-9.13.0 docs/Author.md
sunshine-conversations-client-9.12.0 docs/Author.md
sunshine-conversations-client-9.11.0 docs/Author.md
sunshine-conversations-client-9.10.0 docs/Author.md
sunshine-conversations-client-9.9.0 docs/Author.md
sunshine-conversations-client-9.8.0 docs/Author.md
sunshine-conversations-client-9.7.0 docs/Author.md
sunshine-conversations-client-9.6.0 docs/Author.md
sunshine-conversations-client-9.5.7 docs/Author.md
sunshine-conversations-client-9.5.6 docs/Author.md