Sha256: a88bd00220b28298ed1d2dc4cb7ca19b0704ba47953feaf4682ed5fe10b900dc

Contents?: true

Size: 1.44 KB

Versions: 50

Compression:

Stored size: 1.44 KB

Contents

# SunshineConversationsClient::MessageWebhook

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | The unique ID of the message. | [optional] 
**received** | **String** | A datetime string with the format `YYYY-MM-DDThh:mm:ss.SSSZ` representing when Sunshine Conversations received the message. | [optional] 
**author** | [**AuthorWebhook**](AuthorWebhook.md) |  | [optional] 
**content** | [**Content**](Content.md) | The content of the message. | [optional] 
**source** | [**Source**](Source.md) |  | [optional] 
**quoted_message** | [**QuotedMessage**](QuotedMessage.md) | The quoted message is currently only available for WhatsApp and Web Messenger `formResponse` messages. | [optional] 
**metadata** | **Object** |  | [optional] 
**deleted** | **Boolean** | true if the message serves as a placeholder for one that has been deleted. | [optional] 

## Code Sample

```ruby
require 'SunshineConversationsClient'

instance = SunshineConversationsClient::MessageWebhook.new(id: 5e552ef595e5206375bb835d,
                                 received: 2019-03-21T18:48:52.760Z,
                                 author: null,
                                 content: null,
                                 source: null,
                                 quoted_message: null,
                                 metadata: null,
                                 deleted: null)
```


Version data entries

50 entries across 50 versions & 1 rubygems

Version Path
sunshine-conversations-client-14.3.4 docs/MessageWebhook.md
sunshine-conversations-client-14.3.3 docs/MessageWebhook.md
sunshine-conversations-client-14.3.2 docs/MessageWebhook.md
sunshine-conversations-client-14.3.1 docs/MessageWebhook.md
sunshine-conversations-client-14.3.0 docs/MessageWebhook.md
sunshine-conversations-client-14.2.0 docs/MessageWebhook.md
sunshine-conversations-client-14.1.0 docs/MessageWebhook.md
sunshine-conversations-client-14.0.0 docs/MessageWebhook.md
sunshine-conversations-client-13.2.0 docs/MessageWebhook.md
sunshine-conversations-client-13.1.0 docs/MessageWebhook.md
sunshine-conversations-client-13.0.0 docs/MessageWebhook.md
sunshine-conversations-client-12.8.0 docs/MessageWebhook.md
sunshine-conversations-client-12.7.0 docs/MessageWebhook.md
sunshine-conversations-client-12.6.2 docs/MessageWebhook.md
sunshine-conversations-client-12.6.1 docs/MessageWebhook.md
sunshine-conversations-client-12.6.0 docs/MessageWebhook.md
sunshine-conversations-client-12.5.1 docs/MessageWebhook.md
sunshine-conversations-client-12.4.0 docs/MessageWebhook.md
sunshine-conversations-client-12.3.1 docs/MessageWebhook.md
sunshine-conversations-client-12.3.0 docs/MessageWebhook.md