Interface
RESTPostAPIMessageUploadedAttachment
Presigned-upload attachment reference for JSON message sends (`ClientUploadedAttachmentRequest` in Fluxer schema).
Properties
content_type
: stringMIME type.
description
?: string | nullAlt text / caption.
duration
?: number | nullDuration in seconds (audio/video).
file_size
: numberFile size in bytes.
filename
: stringOriginal filename.
flags
?: numberMessageAttachmentFlags bitfield.
id
: numberIndex-based ID.
title
?: string | nullDisplay title.
upload_filename
: stringCDN filename from presigned upload.
waveform
?: string | nullBase64 waveform (voice messages).