Sha256: 3ccc54cb9f2372f7e7ec22087a1784e03ca43e7635ed13eba503a8a51d93164f

Contents?: true

Size: 691 Bytes

Versions: 21

Compression:

Stored size: 691 Bytes

Contents

# SunshineConversationsClient::QuotedMessageExternalMessageId

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **String** | The type of quotedMessage - `externalMessageId` if no Sunshine Conversations message matched the quoted message. | [optional] [default to 'externalMessageId']
**external_message_id** | **String** | The external message Id of the quoted message. | [optional] 

## Code Sample

```ruby
require 'SunshineConversationsClient'

instance = SunshineConversationsClient::QuotedMessageExternalMessageId.new(type: null,
                                 external_message_id: null)
```


Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
sunshine-conversations-client-9.1.1 docs/QuotedMessageExternalMessageId.md