Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 559 Bytes

File metadata and controls

22 lines (16 loc) · 559 Bytes

Late::WebhookPayloadMessageMessageAttachmentsInner

Properties

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]

Example

require 'late-sdk'

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