| Name | Type | Description | Notes |
|---|---|---|---|
| type | String | Attachment type (image, video, file, sticker, audio) | [optional] |
| url | String | Attachment URL (may expire for Meta platforms) | [optional] |
| payload | Object | Additional attachment metadata | [optional] |
require 'late-sdk'
instance = Late::WebhookPayloadMessageMessageAttachmentsInner.new(
type: null,
url: null,
payload: null
)