Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 539 Bytes

File metadata and controls

22 lines (16 loc) · 539 Bytes

Late::WebhookPayloadMessageMessageAttachmentsInner

Properties

Name Type Description Notes
type String Attachment type (image, video, file, sticker, audio)
url String Attachment URL (may expire for Meta platforms)
payload Object Additional attachment metadata [optional]

Example

require 'late-sdk'

instance = Late::WebhookPayloadMessageMessageAttachmentsInner.new(
  type: null,
  url: null,
  payload: null
)