SunshineConversationsClient::QuotedMessageExternalMessageId
August 27, 2025 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| type | String | The type of quotedMessage - `externalMessageId` if no Sunshine Conversations message matched the quoted message. | [default to 'externalMessageId'] |
| external_message_id | String | The external message Id of the quoted message. | [optional] |
Example
require 'sunshine-conversations-client'
instance = SunshineConversationsClient::QuotedMessageExternalMessageId.new(
type: null,
external_message_id: null
)