Interface
RESTPostAPIMessageAttachmentMeta
Multipart file attachment metadata (index-based id) for FormData sends.
Properties
content_type
?: stringMIME type.
description
?: string | nullAlt text / caption.
duration
?: number | nullDuration in seconds (audio/video).
filename
: stringFilename.
flags
?: numberMessageAttachmentFlags bitfield.
id
: numberIndex-based ID.
title
?: string | nullDisplay title.
waveform
?: string | nullBase64 waveform (voice messages).